Mercurial > wow > reagentmaker
view localization.lua @ 95:910cf3da8edb
Added tag v1.0beta8 for changeset e1484cc77f01
author | contrebasse |
---|---|
date | Thu, 19 May 2011 20:26:21 +0200 |
parents | 31009ddc7d31 |
children | b980c00affcd |
line wrap: on
line source
local addonName, A = ... local L = setmetatable({}, { __index = function(self, key) return tostring(key) end, }) A.L = L --@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english")@ local locale = GetLocale() if locale == 'frFR' then --@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="comment")@ end