comparison localization.lua @ 78:31009ddc7d31

Update localization
author contrebasse
date Sun, 15 May 2011 00:02:18 +0200
parents 60871b43531d
children b980c00affcd
comparison
equal deleted inserted replaced
77:cd36938d2a48 78:31009ddc7d31
5 return tostring(key) 5 return tostring(key)
6 end, 6 end,
7 }) 7 })
8 A.L = L 8 A.L = L
9 9
10 --@debug@
11 L["Recipe link not found for %s"] = "Recipe link not found for %s"
12 L["The recipe to make the reagent seems to be hidden, it is not makable."] = "The recipe to make the reagent seems to be hidden, it is not makable."
13 L["You do not have enough [%s] to craft [%s]"] = "You do not have enough [%s] to craft [%s]"
14 L["You do not have enough reagents to craft [%s]"] = "You do not have enough reagents to craft [%s]"
15 --@end-debug@
16
17 --@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english")@ 10 --@localization(locale="enUS", format="lua_additive_table", handle-unlocalized="english")@
18 11
19 local locale = GetLocale() 12 local locale = GetLocale()
20 if locale == 'frFR' then 13 if locale == 'frFR' then
21 14