chore: skip en_US in gettext.changeLang

pull/2592/head
Qingping Hou 7 years ago committed by Frans de Jonge
parent 4a2ef591b7
commit a1ec64b3ed

@ -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"

Loading…
Cancel
Save