diff options
| author | 2011-09-06 13:45:46 -0700 | |
|---|---|---|
| committer | 2011-09-06 13:45:46 -0700 | |
| commit | 9f3000e96ea533fbfc0abcdaed0ebccd6373681e (patch) | |
| tree | 9c7c0297156a25fc6ecc9c619f74d7be919c188a | |
| parent | 8b55e926f1a50cf38596be915603c08afd1f27ac (diff) | |
Fix Bulgarian date format string order and punctuation.
Change-Id: I01c038f06f621c73a5d00c2cd842afd424e74da0
| -rw-r--r-- | core/res/res/values-bg/donottranslate-cldr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-bg/donottranslate-cldr.xml b/core/res/res/values-bg/donottranslate-cldr.xml index c15e4a75a38c..62f550a527d0 100644 --- a/core/res/res/values-bg/donottranslate-cldr.xml +++ b/core/res/res/values-bg/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">%3$s %2$s %9$s, %1$s - %8$s %7$s y, %6$s</string> <string name="short_format_month">%b</string> - <string name="full_wday_month_day_no_year">E MMMM d</string> + <string name="full_wday_month_day_no_year">E, d MMMM</string> <string name="abbrev_wday_month_day_year">d MMM y, E</string> </resources> |