summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-ca-rES
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-ca-rES
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-ca-rES')
-rw-r--r--core/res/res/values-ca-rES/donottranslate-cldr.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values-ca-rES/donottranslate-cldr.xml b/core/res/res/values-ca-rES/donottranslate-cldr.xml
index a77aa38..52c33d8 100644
--- a/core/res/res/values-ca-rES/donottranslate-cldr.xml
+++ b/core/res/res/values-ca-rES/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s de %2$s de %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s de %2$s - %6$s %8$s de %7$s de %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>