-- 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")@