Mercurial > wow > reagentmaker
view localization.lua @ 104:a9bda1f95232
Added tag v1.0beta11 for changeset c8d527a9fb3a
| author | contrebasse | 
|---|---|
| date | Sat, 21 May 2011 14:21:18 +0200 | 
| parents | b980c00affcd | 
| children | f7c7a1a9cac9 | 
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
