summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-lv-rLV
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-06-11 18:11:09 -0700
committerEric Fischer <enf@google.com>2009-06-12 10:06:24 -0700
commit328769582328192f8f361dcb56f2ad67ad00ae2c (patch)
tree3dcaa23da84eb712ea0b80cdf0d71adee1b44192 /core/res/res/values-lv-rLV
parentaf0e7a7394bf1e2596c46f81c3b0302a56daab96 (diff)
downloadframeworks_base-328769582328192f8f361dcb56f2ad67ad00ae2c.zip
frameworks_base-328769582328192f8f361dcb56f2ad67ad00ae2c.tar.gz
frameworks_base-328769582328192f8f361dcb56f2ad67ad00ae2c.tar.bz2
Make the date format preference work again.
It is only used for numeric dates -- spelled-out dates have such a complex variety of formats that they can only be meaningfully formatted from locale strings. In addition, the preference is left null when initializing, on the assumption that the locale will still specify a more useful numeric format than we can guess as part of a build-wide configuration. But if the user has specified a format, the date will be formatted in the order they asked for, with locale-appropriate punctuation substituted in.
Diffstat (limited to 'core/res/res/values-lv-rLV')
-rw-r--r--core/res/res/values-lv-rLV/donottranslate-cldr.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values-lv-rLV/donottranslate-cldr.xml b/core/res/res/values-lv-rLV/donottranslate-cldr.xml
index 14062ab..e6c3b79 100644
--- a/core/res/res/values-lv-rLV/donottranslate-cldr.xml
+++ b/core/res/res/values-lv-rLV/donottranslate-cldr.xml
@@ -98,6 +98,7 @@
<string name="twenty_four_hour_time_format">HH:mm</string>
<string name="numeric_date">%d.%m.%Y</string>
<string name="numeric_date_format">dd.MM.yyyy</string>
+ <string name="numeric_date_template">"%s.%s.%s"</string>
<string name="month_day_year">%Y. gada %-e. %B</string>
<string name="time_of_day">%H:%M:%S</string>
<string name="date_and_time">%H:%M:%S %Y. gada %-e. %b</string>