Skip to content

Commit

Permalink
Fix locale
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 25, 2016
1 parent d0e836f commit 9e4b55b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion localization/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "deDE" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "esES" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="esES", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="esES", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/esMX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "esMX" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "frFR" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "itIT" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="itIT", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="itIT", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "koKR" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "ptBR" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="ptBR", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="ptBR", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "ruRU" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "zhCN" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

2 changes: 1 addition & 1 deletion localization/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if GetLocale() ~= "zhTW" then return end
local _, sm = ...
local L = sm.L
--@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="ignore", table-name="L")@
--@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="comment", table-name="L")@

0 comments on commit 9e4b55b

Please sign in to comment.