Mercurial > wow > mailopener
comparison Localization/koKR.lua @ 72:bd12153b6c7a
Localization appears to be set up properly now.
| author | Zerotorescue |
|---|---|
| date | Wed, 15 Sep 2010 16:29:33 +0200 |
| parents | 21b5ecd7d018 |
| children | a5f725b9492c |
comparison
equal
deleted
inserted
replaced
| 71:c248e91f69ec | 72:bd12153b6c7a |
|---|---|
| 1 local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "koKR"); | 1 local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "koKR"); |
| 2 if not L then return; end | 2 if not L then return; end |
| 3 | 3 |
| 4 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true)@ | 4 -- Core |
| 5 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ | |
| 6 | |
| 7 -- BeanCounterSupport | |
| 8 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ | |
| 9 | |
| 10 -- Collected | |
| 11 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ | |
| 12 | |
| 13 -- Config | |
| 14 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ | |
| 15 | |
| 16 -- FailSafe | |
| 17 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ | |
| 18 | |
| 19 -- OpenAll | |
| 20 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@ |
