Mercurial > wow > reagentmaker
comparison localization.lua @ 123:f7c7a1a9cac9
Added deDE localization
| author | contrebasse | 
|---|---|
| date | Sun, 11 Aug 2013 23:18:02 +0200 | 
| parents | b980c00affcd | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 122:49786e17bfd5 | 123:f7c7a1a9cac9 | 
|---|---|
| 12 local locale = GetLocale() | 12 local locale = GetLocale() | 
| 13 if locale == 'frFR' then | 13 if locale == 'frFR' then | 
| 14 | 14 | 
| 15 --@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="comment")@ | 15 --@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="comment")@ | 
| 16 | 16 | 
| 17 elseif locale == 'deDE' then | |
| 18 | |
| 19 --@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="comment")@ | |
| 20 | |
| 17 end | 21 end | 
