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:
authorAtsushi Eno <atsushieno@gmail.com>2008-09-18 14:38:37 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-09-18 14:38:37 +0400
commitbf8c662df18b22cd7af061f5bfe58264f8584abd (patch)
treeec2702d70b0326c97a7f9d3ecd7e7dc9c0c0195e /tools
parentc98c6ed66a2296b57b1ff8e47c118506e8515f98 (diff)
2008-09-18 Atsushi Enomoto <atsushi@ximian.com>
* sv_SE.xml : fix bug #426942 (sv-SE time format was old). * culture-info-table.h : regenerated. svn path=/trunk/mono/; revision=113398
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/supp/ChangeLog4
-rwxr-xr-xtools/locale-builder/supp/sv_SE.xml10
2 files changed, 14 insertions, 0 deletions
diff --git a/tools/locale-builder/supp/ChangeLog b/tools/locale-builder/supp/ChangeLog
index fa508842951..24b3575549c 100644
--- a/tools/locale-builder/supp/ChangeLog
+++ b/tools/locale-builder/supp/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-18 Atsushi Enomoto <atsushi@ximian.com>
+
+ * sv_SE.xml : fix bug #426942 (sv-SE time format was old).
+
2007-10-30 Atsushi Enomoto <atsushi@ximian.com>
* es_ES.xml : couple of format string fixes for bug #335298.
diff --git a/tools/locale-builder/supp/sv_SE.xml b/tools/locale-builder/supp/sv_SE.xml
index f546969abce..01b5e5c9cde 100755
--- a/tools/locale-builder/supp/sv_SE.xml
+++ b/tools/locale-builder/supp/sv_SE.xml
@@ -16,6 +16,16 @@
<pattern>HH:mm:ss</pattern>
</timeFormat>
</timeFormatLength >
+ <timeFormatLength type="medium">
+ <timeFormat >
+ <pattern>HH:mm:ss</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ <timeFormatLength type="short">
+ <timeFormat >
+ <pattern>HH:mm</pattern>
+ </timeFormat>
+ </timeFormatLength >
</timeFormats>
</calendar>
</calendars>