Mercurial > wow > reagentmaker
view localization.lua @ 85:996aaa818d04 v1.0beta4
Clarify error message with cross-tradeskill, and clarify the use of GetTradeSkillLine() internally
author | contrebasse |
---|---|
date | Sun, 15 May 2011 12:45:52 +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