changeset 69:21b5ecd7d018

Localizations update. Second packager test (docs are invalid, default for handle-subnamespaces is not ?none?).
author Zerotorescue
date Wed, 15 Sep 2010 13:37:29 +0200
parents eadff31e61e8
children f01e0184a275
files Localization/deDE.lua Localization/enUS.lua Localization/esES.lua Localization/esMX.lua Localization/frFR.lua Localization/koKR.lua Localization/ruRU.lua Localization/zhCN.lua Localization/zhTW.lua
diffstat 9 files changed, 33 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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@
 
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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