Mercurial > wow > mailopener
comparison Localization/enUS.lua @ 72:bd12153b6c7a
Localization appears to be set up properly now.
| author | Zerotorescue |
|---|---|
| date | Wed, 15 Sep 2010 16:29:33 +0200 |
| parents | c248e91f69ec |
| children | a5f725b9492c |
comparison
equal
deleted
inserted
replaced
| 71:c248e91f69ec | 72:bd12153b6c7a |
|---|---|
| 1 -- We don't want to bother the user with a missing locale, but we do want to bother ourselves | |
| 2 local silent = true; | |
| 3 --@debug@ | |
| 4 silent = false; | |
| 5 --@end-debug@ | |
| 6 | |
| 7 silent = false; | |
| 8 | |
| 9 local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); | 1 local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); |
| 10 local L = AceLocale:NewLocale("MailOpener", "enUS", true, silent); | 2 local L = AceLocale:NewLocale("MailOpener", "enUS", true); |
| 11 if not L then return; end | 3 if not L then return; end |
| 12 | 4 |
| 13 -- Core | 5 -- Core |
| 14 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ | 6 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ |
| 15 | 7 |
