Add a false to the default locale for frFR. Doesn't affect anything other than being explicit.
John Pasula [02-14-11 - 19:39]
Add a false to the default locale for frFR. Doesn't affect anything other than being explicit.
diff --git a/Locales/frFR.lua b/Locales/frFR.lua
index 3a23574..af6e921 100644
--- a/Locales/frFR.lua
+++ b/Locales/frFR.lua
@@ -25,7 +25,7 @@ These translations are released under the Public Domain.
************************************************************************
]]--
-local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "frFR")
+local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "frFR", false)
if not L then return end