comparison Localization/enUS.lua @ 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
comparison
equal deleted inserted replaced
68:eadff31e61e8 69:21b5ecd7d018
8 8
9 local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); 9 local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
10 local L = AceLocale:NewLocale("MailOpener", "enUS", true, silent); 10 local L = AceLocale:NewLocale("MailOpener", "enUS", true, silent);
11 if not L then return; end 11 if not L then return; end
12 12
13 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@ 13 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="none")@
14 14
15 --@debug@ 15 --@debug@
16 16
17 -- Core 17 -- Core
18 L["|cff00ff00Enabling|r automatic opening of mail."] = "|cff00ff00Enabling|r automatic opening of mail." -- Needs review 18 L["|cff00ff00Enabling|r automatic opening of mail."] = "|cff00ff00Enabling|r automatic opening of mail." -- Needs review