summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-vi-rVN
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-06-22 11:55:37 -0700
committerEric Fischer <enf@google.com>2009-06-22 11:55:37 -0700
commit651e2dc0d2e51c3172f529fd8b0f52ce138b7cf8 (patch)
treec47d557c0067ba6037c89d72debd4f34d6424269 /core/res/res/values-vi-rVN
parent697f9caf8b63fa87ecfeb9a29aa129ba5321641f (diff)
downloadframeworks_base-651e2dc0d2e51c3172f529fd8b0f52ce138b7cf8.zip
frameworks_base-651e2dc0d2e51c3172f529fd8b0f52ce138b7cf8.tar.gz
frameworks_base-651e2dc0d2e51c3172f529fd8b0f52ce138b7cf8.tar.bz2
Yet another round of trying to get the date formats right.
The change this time is to prefer a format derived from an interval format to one that is inherited from the root locale. Only a few locales don't define any interval formats at all and are still have to get anything from the root locale.
Diffstat (limited to 'core/res/res/values-vi-rVN')
-rw-r--r--core/res/res/values-vi-rVN/donottranslate-cldr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-vi-rVN/donottranslate-cldr.xml b/core/res/res/values-vi-rVN/donottranslate-cldr.xml
index 71178cc..72ff8b6 100644
--- a/core/res/res/values-vi-rVN/donottranslate-cldr.xml
+++ b/core/res/res/values-vi-rVN/donottranslate-cldr.xml
@@ -109,7 +109,7 @@
<string name="month">%-B</string>
<string name="month_year">%B %Y</string>
<string name="abbrev_month_day">%-e %b</string>
- <string name="abbrev_month">%-b</string>
+ <string name="abbrev_month">%b</string>
<string name="abbrev_month_year">%b %Y</string>
<string name="time1_time2">%1$s - %2$s</string>
<string name="date1_date2">%2$s - %5$s</string>