mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Fix Arabic translations (#9857)
They were still on the old ar_AA, notified in <https://github.com/koreader/koreader/pull/9822#issuecomment-1335439759>.
This commit is contained in:
@@ -48,7 +48,7 @@ end
|
||||
|
||||
local lang_locale = G_reader_settings:readSetting("language")
|
||||
-- Allow quick switching to Arabic for testing RTL/UI mirroring
|
||||
if os.getenv("KO_RTL") then lang_locale = "ar_AA" end
|
||||
if os.getenv("KO_RTL") then lang_locale = "ar" end
|
||||
local _ = require("gettext")
|
||||
if lang_locale then
|
||||
_.changeLang(lang_locale)
|
||||
|
||||
Reference in New Issue
Block a user