view localization.lua @ 121:7ae84a4db948

?tiquette v1.1beta2 ajout?e pour la r?vision 20d389b26b19
author contrebasse
date Thu, 20 Oct 2011 18:41:36 +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