view Localization/enUS.lua @ 70:f01e0184a275

Another localization test.
author Zerotorescue
date Wed, 15 Sep 2010 16:02:32 +0200
parents 21b5ecd7d018
children c248e91f69ec
line wrap: on
line source
-- We don't want to bother the user with a missing locale, but we do want to bother ourselves
local silent = true;
--@debug@
silent = false;
--@end-debug@

silent = false;

local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
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")@