summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-ja
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-08-03 15:26:57 -0400
committerMike Lockwood <lockwood@android.com>2011-08-03 15:29:02 -0400
commitec9a50bccf6163302f41fcc410b7fe80258bb0ea (patch)
tree89c58942100b49865562ace345349a57c16913d7 /packages/SystemUI/res/values-ja
parent62c7b37590b1a692384a55949d3b9eba221a3652 (diff)
downloadframeworks_base-ec9a50bccf6163302f41fcc410b7fe80258bb0ea.zip
frameworks_base-ec9a50bccf6163302f41fcc410b7fe80258bb0ea.tar.gz
frameworks_base-ec9a50bccf6163302f41fcc410b7fe80258bb0ea.tar.bz2
Add support for localizing order of day of week and date in status bar date view
In Japanese, the day of week should follow the date Bug: 4606219 Change-Id: If385b3f9989bbe5f1b4bc21293d9be651e187c1f Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'packages/SystemUI/res/values-ja')
-rw-r--r--packages/SystemUI/res/values-ja/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-ja/strings.xml b/packages/SystemUI/res/values-ja/strings.xml
index d97b90f..1446099 100644
--- a/packages/SystemUI/res/values-ja/strings.xml
+++ b/packages/SystemUI/res/values-ja/strings.xml
@@ -135,4 +135,8 @@
<skip />
<!-- no translation found for gps_notification_found_text (4619274244146446464) -->
<skip />
+
+ <!-- in Japanese the day of week should follow the date -->
+ <string name="status_bar_date_formatter">%2$s\n%1$s</string>
+
</resources>