Mercurial > wow > mailopener
diff Localization/enUS.lua @ 71:c248e91f69ec
Locales
| author | Zerotorescue |
|---|---|
| date | Wed, 15 Sep 2010 16:04:38 +0200 |
| parents | f01e0184a275 |
| children | bd12153b6c7a |
line wrap: on
line diff
--- a/Localization/enUS.lua Wed Sep 15 16:02:32 2010 +0200 +++ b/Localization/enUS.lua Wed Sep 15 16:04:38 2010 +0200 @@ -10,4 +10,20 @@ 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, handle-subnamespaces="subtable")@ \ No newline at end of file +-- Core +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ + +-- BeanCounterSupport +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ + +-- Collected +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ + +-- Config +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ + +-- FailSafe +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ + +-- OpenAll +--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@ \ No newline at end of file
