summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-uk-rUA
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-11-13 11:08:36 -0800
committerEric Fischer <enf@google.com>2009-11-13 14:04:03 -0800
commit66668524d452ae536a32d15ffd0dcb096de665df (patch)
treeacd5b0150690f4b6d1fb1030c1c49d8c41a3e550 /core/res/res/values-uk-rUA
parent27d6e65b71f515deafbd93d5aa98732898c34ddf (diff)
downloadframeworks_base-66668524d452ae536a32d15ffd0dcb096de665df.zip
frameworks_base-66668524d452ae536a32d15ffd0dcb096de665df.tar.gz
frameworks_base-66668524d452ae536a32d15ffd0dcb096de665df.tar.bz2
Fix the full-weekday date format strings to actually use the full weekday.
Also fix the abbreviated weekday/month/day/year strings to use a 4-digit year. Approver: jerryw
Diffstat (limited to 'core/res/res/values-uk-rUA')
-rw-r--r--core/res/res/values-uk-rUA/donottranslate-cldr.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values-uk-rUA/donottranslate-cldr.xml b/core/res/res/values-uk-rUA/donottranslate-cldr.xml
index 1b35326..332f845 100644
--- a/core/res/res/values-uk-rUA/donottranslate-cldr.xml
+++ b/core/res/res/values-uk-rUA/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<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>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y \'р\'.</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy \'р\'.</string>
</resources>