mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
chore: skip en_US in gettext.changeLang
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user