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>2004-05-25 19:44:12 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-05-25 19:44:12 +0400
commit0a3f85c02b0f1c7b0a479463399f7a26a9454ddd (patch)
treeca9c26daade06de03c1c5695c4012bd61de0f0d0 /tools
parent0b904ce407073f30a37e3afb2b3acfe7943c3ba4 (diff)
2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
* supp/pl.xml, supp/ja.xml : Added overriding formats. pl.xml fixes bug #58186. svn path=/trunk/mono/; revision=28053
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/ChangeLog5
-rwxr-xr-xtools/locale-builder/supp/ja.xml34
-rwxr-xr-xtools/locale-builder/supp/pl.xml34
3 files changed, 73 insertions, 0 deletions
diff --git a/tools/locale-builder/ChangeLog b/tools/locale-builder/ChangeLog
index 9f16c581e8e..25ca1e1fe0e 100644
--- a/tools/locale-builder/ChangeLog
+++ b/tools/locale-builder/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
+
+ * supp/pl.xml,
+ supp/ja.xml : Added overriding formats. pl.xml fixes bug #58186.
+
2004-05-25 Jackson Harper <jackson@ximian.com>
* Makefile.am: Extract xml files.
diff --git a/tools/locale-builder/supp/ja.xml b/tools/locale-builder/supp/ja.xml
new file mode 100755
index 00000000000..683f31a84eb
--- /dev/null
+++ b/tools/locale-builder/supp/ja.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
+[
+ <!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
+%icu;
+]
+>
+<ldml>
+ <identity>
+ <version number="2.0"/>
+ <generation date="2003-12-19" />
+ <language type="ja" />
+ </identity>
+ <dates>
+ <calendars>
+ <calendar type="gregorian">
+ <dateFormats>
+ <dateFormatLength type="short">
+ <dateFormat >
+ <pattern>yyyy/MM/dd</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ </dateFormats>
+ <timeFormats>
+ <timeFormatLength type="long">
+ <timeFormat >
+ <pattern>HH:mm:ss</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ </timeFormats>
+ </calendar>
+ </calendars>
+ </dates>
+</ldml>
diff --git a/tools/locale-builder/supp/pl.xml b/tools/locale-builder/supp/pl.xml
new file mode 100755
index 00000000000..41e6c775c80
--- /dev/null
+++ b/tools/locale-builder/supp/pl.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
+[
+ <!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
+%icu;
+]
+>
+<ldml>
+ <identity>
+ <version number="2.0"/>
+ <generation date="2003-12-19" />
+ <language type="pl" />
+ </identity>
+ <dates>
+ <calendars>
+ <calendar type="gregorian">
+ <dateFormats>
+ <dateFormatLength type="short">
+ <dateFormat >
+ <pattern>yyyy-MM-dd</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ </dateFormats>
+ <timeFormats>
+ <timeFormatLength type="long">
+ <timeFormat >
+ <pattern>HH:mm:ss</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ </timeFormats>
+ </calendar>
+ </calendars>
+ </dates>
+</ldml>