summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-09-18 23:52:18 +0200
committerDoug Zongker <dougz@google.com>2012-09-18 23:52:18 +0200
commitb66cb69e3933d5f56f06d88cd31817f49d87df5f (patch)
tree0afa7d4bca2d1042f1cf3085c121967de2a92815
parentlocalization for recovery messages (diff)
downloadandroid_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.tar
android_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.tar.gz
android_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.tar.bz2
android_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.tar.lz
android_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.tar.xz
android_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.tar.zst
android_bootable_recovery-b66cb69e3933d5f56f06d88cd31817f49d87df5f.zip
-rw-r--r--res/images/erasing_text.pngbin31490 -> 31491 bytes
-rw-r--r--res/images/error_text.pngbin17498 -> 17504 bytes
-rw-r--r--res/images/installing_text.pngbin66587 -> 66592 bytes
-rw-r--r--res/images/no_command_text.pngbin40633 -> 40632 bytes
-rw-r--r--screen_ui.cpp3
5 files changed, 2 insertions, 1 deletions
diff --git a/res/images/erasing_text.png b/res/images/erasing_text.png
index 8b9f265fb..441768a0c 100644
--- a/res/images/erasing_text.png
+++ b/res/images/erasing_text.png
Binary files differ
diff --git a/res/images/error_text.png b/res/images/error_text.png
index b64b3d7ac..4ac6391ff 100644
--- a/res/images/error_text.png
+++ b/res/images/error_text.png
Binary files differ
diff --git a/res/images/installing_text.png b/res/images/installing_text.png
index 9c16c7708..e1ac819e6 100644
--- a/res/images/installing_text.png
+++ b/res/images/installing_text.png
Binary files differ
diff --git a/res/images/no_command_text.png b/res/images/no_command_text.png
index 2241259e2..a688f0935 100644
--- a/res/images/no_command_text.png
+++ b/res/images/no_command_text.png
Binary files differ
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);