diff options
-rw-r--r-- | res/images/erasing_text.png | bin | 31490 -> 31491 bytes | |||
-rw-r--r-- | res/images/error_text.png | bin | 17498 -> 17504 bytes | |||
-rw-r--r-- | res/images/installing_text.png | bin | 66587 -> 66592 bytes | |||
-rw-r--r-- | res/images/no_command_text.png | bin | 40633 -> 40632 bytes | |||
-rw-r--r-- | screen_ui.cpp | 3 |
5 files changed, 2 insertions, 1 deletions
diff --git a/res/images/erasing_text.png b/res/images/erasing_text.png Binary files differindex 8b9f265fb..441768a0c 100644 --- a/res/images/erasing_text.png +++ b/res/images/erasing_text.png diff --git a/res/images/error_text.png b/res/images/error_text.png Binary files differindex b64b3d7ac..4ac6391ff 100644 --- a/res/images/error_text.png +++ b/res/images/error_text.png diff --git a/res/images/installing_text.png b/res/images/installing_text.png Binary files differindex 9c16c7708..e1ac819e6 100644 --- a/res/images/installing_text.png +++ b/res/images/installing_text.png diff --git a/res/images/no_command_text.png b/res/images/no_command_text.png Binary files differindex 2241259e2..a688f0935 100644 --- a/res/images/no_command_text.png +++ b/res/images/no_command_text.png diff --git a/screen_ui.cpp b/screen_ui.cpp index 64a5dcdd2..ab7546d40 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -393,7 +393,8 @@ void ScreenRecoveryUI::SetLocale(const char* locale) { if (strcmp(lang, "ar") == 0 || // Arabic strcmp(lang, "fa") == 0 || // Persian (Farsi) strcmp(lang, "he") == 0 || // Hebrew (new language code) - strcmp(lang, "iw") == 0) { // Hebrew (old language code) + strcmp(lang, "iw") == 0 || // Hebrew (old language code) + strcmp(lang, "ur") == 0) { // Urdu rtl_locale = true; } free(lang); |