Mercurial > wow > mailopener
annotate Localization/zhCN.lua @ 83:3c7fd7688bed v1.1.7
Changelog update.
| author | Zerotorescue |
|---|---|
| date | Thu, 16 Sep 2010 18:30:01 +0200 |
| parents | bd12153b6c7a |
| children | a5f725b9492c |
| rev | line source |
|---|---|
| Zerotorescue@69 | 1 local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "zhCN"); |
| Zerotorescue@69 | 2 if not L then return; end |
| Zerotorescue@69 | 3 |
| Zerotorescue@72 | 4 -- Core |
| Zerotorescue@72 | 5 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 6 |
| Zerotorescue@72 | 7 -- BeanCounterSupport |
| Zerotorescue@72 | 8 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 9 |
| Zerotorescue@72 | 10 -- Collected |
| Zerotorescue@72 | 11 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 12 |
| Zerotorescue@72 | 13 -- Config |
| Zerotorescue@72 | 14 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 15 |
| Zerotorescue@72 | 16 -- FailSafe |
| Zerotorescue@72 | 17 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 18 |
| Zerotorescue@72 | 19 -- OpenAll |
| Zerotorescue@72 | 20 --@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@ |
