diff options
| author | Eric Fischer <enf@google.com> | 2010-10-22 14:52:46 -0700 |
|---|---|---|
| committer | Eric Fischer <enf@google.com> | 2010-10-22 14:52:46 -0700 |
| commit | c5cde1339745ffb198774bef10981ef046c73c7e (patch) | |
| tree | 899b160747f8e3298afd173c3ecc9d973577e789 /core/res | |
| parent | 40763914e3c999a88e2c8254317bc1ac7196ed37 (diff) | |
| download | frameworks_base-c5cde1339745ffb198774bef10981ef046c73c7e.zip frameworks_base-c5cde1339745ffb198774bef10981ef046c73c7e.tar.gz frameworks_base-c5cde1339745ffb198774bef10981ef046c73c7e.tar.bz2 | |
Add a space before the weekday in the zh_CN lock screen date format.
Bug 3121853
Change-Id: I3685079bc504544c8d244d8a926c02a5eb367d21
Diffstat (limited to 'core/res')
| -rw-r--r-- | core/res/res/values-zh-rCN/donottranslate-cldr.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values-zh-rCN/donottranslate-cldr.xml b/core/res/res/values-zh-rCN/donottranslate-cldr.xml index bbf7df5..ec9d8c0 100644 --- a/core/res/res/values-zh-rCN/donottranslate-cldr.xml +++ b/core/res/res/values-zh-rCN/donottranslate-cldr.xml @@ -144,6 +144,6 @@ <string name="same_month_mdy1_mdy2">%9$s 年 %2$s %3$s - %8$s 日</string> <string name="same_year_wday1_mdy1_wday2_mdy2">%9$s 年 %2$s %3$s 日%1$s - %7$s %8$s 日%6$s</string> <string name="short_format_month">%b</string> - <string name="full_wday_month_day_no_year">M 月 d 日E</string> - <string name="abbrev_wday_month_day_year">yyyy 年 M 月 d 日EEE</string> + <string name="full_wday_month_day_no_year">M 月 d 日 E</string> + <string name="abbrev_wday_month_day_year">yyyy 年 M 月 d 日 EEE</string> </resources> |
