summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2013-04-08 13:05:14 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2013-04-08 13:37:20 -0700
commit2d8387154e59b6a1a5775cb519f4ae2233a0adbd (patch)
treee9ebafd85b370fb0a145d0ee7a64c721a20ea655 /res
parentfe1fe268b6d9ffd99218117795b3524a87e5110b (diff)
downloadandroid_packages_apps_Trebuchet-2d8387154e59b6a1a5775cb519f4ae2233a0adbd.tar.gz
android_packages_apps_Trebuchet-2d8387154e59b6a1a5775cb519f4ae2233a0adbd.tar.bz2
android_packages_apps_Trebuchet-2d8387154e59b6a1a5775cb519f4ae2233a0adbd.zip
Fix for bug #8456352 [BiDi][fa] Widget dimensions are RTL in Farsi
- make the string translatable After this patch, there will need to have the string translated for all supported languages. For Farsi (the only exception), the string should be defined as: <string name="widget_dims_format">%2$d \u00d7 %1$d</string> Change-Id: I7acd305b677a8dbc0d12a751a6faad54424c641d
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c0b0fd0b5..ead582ef5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -46,7 +46,8 @@
in the Phone UI. [CHAR LIMIT=32] -->
<string name="market">Shop</string>
<!-- The format string for the dimensions of a widget in the drawer -->
- <string name="widget_dims_format" translatable="false">%1$d \u00d7 %2$d</string>
+ <!-- There is a special version of this format string for Farsi -->
+ <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
<!-- External-drop widget pick label format string [CHAR_LIMIT=25] -->
<string name="external_drop_widget_pick_format" translatable="false">%1$s (%2$d \u00d7 %3$d)</string>