chore: skip en_US in gettext.changeLang

This commit is contained in:
Qingping Hou
2017-04-16 13:33:55 -07:00
committed by Frans de Jonge
parent 4a2ef591b7
commit a1ec64b3ed

View File

@@ -36,6 +36,8 @@ end
-- we only implement a sane subset for now
function GetText_mt.__index.changeLang(new_lang)
if new_lang == "en_US" then return end
GetText.translation = {}
GetText.current_lang = "C"