Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2010-03-23 08:04:34 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2010-03-23 08:04:34 +0300
commit8137783d3e5ef83d123f636511fdd903f47a7193 (patch)
tree6bc979de67227e5c229abc8968b460db1ce7ca11 /tools
parentc2993d6d6ac4ae0bf01e105dad4032ba92a88663 (diff)
2010-03-23 Geoff Norton <gnorton@novell.com>
* da_DK.xml: The short format is day. month, not day month. Fixes #588165 svn path=/trunk/mono/; revision=154038
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/supp/ChangeLog5
-rwxr-xr-xtools/locale-builder/supp/da.xml7
2 files changed, 11 insertions, 1 deletions
diff --git a/tools/locale-builder/supp/ChangeLog b/tools/locale-builder/supp/ChangeLog
index 24b3575549c..28a3ef12a77 100644
--- a/tools/locale-builder/supp/ChangeLog
+++ b/tools/locale-builder/supp/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-23 Geoff Norton <gnorton@novell.com>
+
+ * da_DK.xml: The short format is day. month, not
+ day month. Fixes #588165
+
2008-09-18 Atsushi Enomoto <atsushi@ximian.com>
* sv_SE.xml : fix bug #426942 (sv-SE time format was old).
diff --git a/tools/locale-builder/supp/da.xml b/tools/locale-builder/supp/da.xml
index 566be9f5f93..80e784c6a6f 100755
--- a/tools/locale-builder/supp/da.xml
+++ b/tools/locale-builder/supp/da.xml
@@ -18,6 +18,11 @@
<pattern>dd-MM-yyyy</pattern>
</dateFormat>
</dateFormatLength >
+ <dateFormatLength type="month_day">
+ <dateFormat>
+ <pattern>dd. MMMM</pattern>
+ </dateFormat>
+ </dateFormatLength>
</dateFormats>
<timeFormats>
<timeFormatLength type="long">
@@ -29,4 +34,4 @@
</calendar>
</calendars>
</dates>
-</ldml> \ No newline at end of file
+</ldml>