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-27 19:55:59 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-05-27 19:55:59 +0400
commitc6346fd7f550ad25bcb3ef646336241612afb93f (patch)
treef7ef7832bc7c1295cf9998cfb13d36beaf443775 /tools
parentcd9918973326740ee196cd7cfeb08d77b36f381d (diff)
2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
* en_PH.xml, en_ZW.xml, fr_CA.xml, fr_CH.xml, fr_FR.xml, fr_LU.xml : fixed incorrect markup. svn path=/trunk/mono/; revision=28279
Diffstat (limited to 'tools')
-rwxr-xr-xtools/locale-builder/supp/ChangeLog5
-rw-r--r--tools/locale-builder/supp/en_PH.xml4
-rw-r--r--tools/locale-builder/supp/en_ZW.xml38
-rwxr-xr-xtools/locale-builder/supp/fr_CA.xml4
-rwxr-xr-xtools/locale-builder/supp/fr_FR.xml7
-rwxr-xr-xtools/locale-builder/supp/fr_LU.xml4
6 files changed, 41 insertions, 21 deletions
diff --git a/tools/locale-builder/supp/ChangeLog b/tools/locale-builder/supp/ChangeLog
index 3d02b789edc..6a81662a324 100755
--- a/tools/locale-builder/supp/ChangeLog
+++ b/tools/locale-builder/supp/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
+
+ * en_PH.xml, en_ZW.xml, fr_CA.xml, fr_CH.xml, fr_FR.xml, fr_LU.xml :
+ fixed incorrect markup.
+
2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
* Added ChangeLog also here (and moved the last msg from ..).
diff --git a/tools/locale-builder/supp/en_PH.xml b/tools/locale-builder/supp/en_PH.xml
index ecca105b786..98b44f34db8 100644
--- a/tools/locale-builder/supp/en_PH.xml
+++ b/tools/locale-builder/supp/en_PH.xml
@@ -17,12 +17,14 @@
<pattern>M/d/yyyy</pattern>
</dateFormat>
</dateFormatLength >
+ </dateFormats>
+ <timeFormats>
<timeFormatLength type="long">
<timeFormat>
<pattern>h:mm:ss tt</pattern>
</timeFormat>
</timeFormatLength>
- </dateFormats>
+ </timeFormats>
</calendar>
</calendars>
</dates>
diff --git a/tools/locale-builder/supp/en_ZW.xml b/tools/locale-builder/supp/en_ZW.xml
index 20474b9606c..f519f0c72f3 100644
--- a/tools/locale-builder/supp/en_ZW.xml
+++ b/tools/locale-builder/supp/en_ZW.xml
@@ -1,24 +1,26 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<dates>
- <calendar type="gregorian">
- <am>AM</am>
- <pm>PM</pm>
- <dateFormats>
- <dateFormatLength type="short">
- <dateFormat >
- <pattern>M/d/yyyy</pattern>
- </dateFormat>
- </dateFormatLength >
- </dateFormats>
- <timeFormats>
- <timeFormatLength type="long">
- <timeFormat >
- <pattern>h:mm:ss tt</pattern>
- </timeFormat>
- </timeFormatLength >
- </timeFormats>
- </calendar>
+ <calendars>
+ <calendar type="gregorian">
+ <am>AM</am>
+ <pm>PM</pm>
+ <dateFormats>
+ <dateFormatLength type="short">
+ <dateFormat >
+ <pattern>M/d/yyyy</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ </dateFormats>
+ <timeFormats>
+ <timeFormatLength type="long">
+ <timeFormat >
+ <pattern>h:mm:ss tt</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ </timeFormats>
+ </calendar>
+ </calendars>
</dates>
<numbers>
<decimalFormats>
diff --git a/tools/locale-builder/supp/fr_CA.xml b/tools/locale-builder/supp/fr_CA.xml
index 1eb022e9087..15c09065bb0 100755
--- a/tools/locale-builder/supp/fr_CA.xml
+++ b/tools/locale-builder/supp/fr_CA.xml
@@ -9,12 +9,14 @@
<pattern>yyyy-MM-dd</pattern>
</dateFormat>
</dateFormatLength >
+ </dateFormats>
+ <timeFormats>
<timeFormatLength type="long">
<timeFormat >
<pattern>HH:mm:ss</pattern>
</timeFormat>
</timeFormatLength >
- </dateFormats>
+ </timeFormats>
</calendar>
</calendars>
</dates>
diff --git a/tools/locale-builder/supp/fr_FR.xml b/tools/locale-builder/supp/fr_FR.xml
index c6e318b5ead..88a4f57f0ce 100755
--- a/tools/locale-builder/supp/fr_FR.xml
+++ b/tools/locale-builder/supp/fr_FR.xml
@@ -10,6 +10,13 @@
</dateFormat>
</dateFormatLength >
</dateFormats>
+ <timeFormats>
+ <timeFormatLength type="long">
+ <timeFormat >
+ <pattern>HH:mm:ss</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ </timeFormats>
</calendar>
</calendars>
</dates>
diff --git a/tools/locale-builder/supp/fr_LU.xml b/tools/locale-builder/supp/fr_LU.xml
index 993c0ce3baa..88a4f57f0ce 100755
--- a/tools/locale-builder/supp/fr_LU.xml
+++ b/tools/locale-builder/supp/fr_LU.xml
@@ -9,12 +9,14 @@
<pattern>dd/MM/yyyy</pattern>
</dateFormat>
</dateFormatLength >
+ </dateFormats>
+ <timeFormats>
<timeFormatLength type="long">
<timeFormat >
<pattern>HH:mm:ss</pattern>
</timeFormat>
</timeFormatLength >
- </dateFormats>
+ </timeFormats>
</calendar>
</calendars>
</dates>