mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
GUI: RTL: Enable RTL by default for Hebrew
This commit is contained in:
parent
6211747fd3
commit
54279790b7
@ -668,7 +668,7 @@ void GuiManager::setLanguageRTL() {
|
||||
}
|
||||
#ifdef USE_TRANSLATION
|
||||
Common::String language = TransMan.getCurrentLanguage();
|
||||
if (language.equals("C") && false) { // GUI TODO: Remove false condition to enable RTL
|
||||
if (language.equals("he")) { // GUI TODO: modify when we'll support other RTL languages, such as Arabic and Farsi
|
||||
_useRTL = true;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user