From 328769582328192f8f361dcb56f2ad67ad00ae2c Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 11 Jun 2009 18:11:09 -0700 Subject: 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. --- core/res/res/values-sl-rSI/donottranslate-cldr.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/res/res/values-sl-rSI') 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 @@ H:mm %-e. %m. %Y d. MM. yyyy + "%s. %s. %s" %d. %B %Y %H:%M:%S %H:%M:%S %-e. %b. %Y -- cgit v1.1