summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-ro-rRO
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-06-17 18:11:04 -0700
committerEric Fischer <enf@google.com>2009-06-18 11:34:06 -0700
commit5669ce59aad19f17e1e89913e7483fb93b8aa0cf (patch)
tree302fdbbb10c76695b8db0222d26b2b9cb867844a /core/res/res/values-ro-rRO
parented336839d20aae0cb2ff46d3b231e39570281880 (diff)
downloadframeworks_base-5669ce59aad19f17e1e89913e7483fb93b8aa0cf.zip
frameworks_base-5669ce59aad19f17e1e89913e7483fb93b8aa0cf.tar.gz
frameworks_base-5669ce59aad19f17e1e89913e7483fb93b8aa0cf.tar.bz2
Work around the Czech lack of abbreviated month names.
Make the date formats that want abbreviated month names use either the full name or a numeric format.
Diffstat (limited to 'core/res/res/values-ro-rRO')
-rw-r--r--core/res/res/values-ro-rRO/donottranslate-cldr.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values-ro-rRO/donottranslate-cldr.xml b/core/res/res/values-ro-rRO/donottranslate-cldr.xml
index 3672c94..4622445 100644
--- a/core/res/res/values-ro-rRO/donottranslate-cldr.xml
+++ b/core/res/res/values-ro-rRO/donottranslate-cldr.xml
@@ -143,4 +143,5 @@
<string name="same_year_mdy1_mdy2">%3$s %2$s - %8$s %7$s %9$s</string>
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
+ <string name="short_format_month">%b</string>
</resources>