# HG changeset patch # User Zerotorescue # Date 1284550649 -7200 # Node ID 21b5ecd7d01877ae6566443efd04a526f500b7d6 # Parent eadff31e61e855d64f480f24afa3e812300fb12f Localizations update. Second packager test (docs are invalid, default for handle-subnamespaces is not ?none?). diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/deDE.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/deDE.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "enUS"); +if not L then return; end + +--@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/enUS.lua --- a/Localization/enUS.lua Wed Sep 15 13:10:56 2010 +0200 +++ b/Localization/enUS.lua Wed Sep 15 13:37:29 2010 +0200 @@ -10,7 +10,7 @@ local L = AceLocale:NewLocale("MailOpener", "enUS", true, silent); if not L then return; end ---@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@ +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="none")@ --@debug@ diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/esES.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/esES.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "esES"); +if not L then return; end + +--@localization(locale="esES", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/esMX.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/esMX.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "esMX"); +if not L then return; end + +--@localization(locale="esMX", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/frFR.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/frFR.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "frFR"); +if not L then return; end + +--@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/koKR.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/koKR.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "koKR"); +if not L then return; end + +--@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/ruRU.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/ruRU.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "ruRU"); +if not L then return; end + +--@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/zhCN.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/zhCN.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "zhCN"); +if not L then return; end + +--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file diff -r eadff31e61e8 -r 21b5ecd7d018 Localization/zhTW.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Localization/zhTW.lua Wed Sep 15 13:37:29 2010 +0200 @@ -0,0 +1,4 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "zhTW"); +if not L then return; end + +--@localization(locale="zhTW", format="lua_additive_table", same-key-is-true=true)@ \ No newline at end of file