summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-sl-rSI
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-sl-rSI
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-sl-rSI')
-rw-r--r--core/res/res/values-sl-rSI/donottranslate-cldr.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values-sl-rSI/donottranslate-cldr.xml b/core/res/res/values-sl-rSI/donottranslate-cldr.xml
index f16b9ea..b9c30c9 100644
--- a/core/res/res/values-sl-rSI/donottranslate-cldr.xml
+++ b/core/res/res/values-sl-rSI/donottranslate-cldr.xml
@@ -98,6 +98,7 @@
<string name="twenty_four_hour_time_format">H:mm</string>
<string name="numeric_date">%-e. %m. %Y</string>
<string name="numeric_date_format">d. MM. yyyy</string>
+ <string name="numeric_date_template">"%s. %s. %s"</string>
<string name="month_day_year">%d. %B %Y</string>
<string name="time_of_day">%H:%M:%S</string>
<string name="date_and_time">%H:%M:%S %-e. %b. %Y</string>