Mercurial > wow > reagentmaker
diff 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 diff
--- a/localization.lua Fri May 20 00:54:15 2011 +0200 +++ b/localization.lua Fri May 20 18:32:43 2011 +0200 @@ -1,17 +1,17 @@ -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")@ - +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 \ No newline at end of file