silent defined on locale-frFR which is the first included in the toc
Sidoine De Wispelaere [12-17-11 - 17:33]
silent defined on locale-frFR which is the first included in the toc
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@452 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/Locale-enUS.lua b/Locale-enUS.lua
index 8969137..0d738f8 100644
--- a/Locale-enUS.lua
+++ b/Locale-enUS.lua
@@ -4,7 +4,7 @@ defaultLanguage = false
--@end-debug@
local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
-local L = AceLocale:NewLocale("Ovale", "enUS", defaultLanguage, defaultLanguage)
+local L = AceLocale:NewLocale("Ovale", "enUS", defaultLanguage)
if not L then return end
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@
\ No newline at end of file
diff --git a/Locale-frFR.lua b/Locale-frFR.lua
index f0f3bd4..53bd49a 100644
--- a/Locale-frFR.lua
+++ b/Locale-frFR.lua
@@ -3,7 +3,7 @@ local defaultLanguage = false
defaultLanguage = true
--@end-debug@
-local L = LibStub:GetLibrary("AceLocale-3.0"):NewLocale("Ovale", "frFR", defaultLanguage, defaultLanguage)
+local L = LibStub:GetLibrary("AceLocale-3.0"):NewLocale("Ovale", "frFR", defaultLanguage, true)
if not L then return end
--@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@