view localization.lua @ 98:b980c00affcd

Added a button to cast a campfire I got a problem with newlines and merging with a non-Mercurial repository, I hope noting broke...
author contrebasse
date Fri, 20 May 2011 18:32:43 +0200
parents 31009ddc7d31
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