Skip to content

Commit

Permalink
2004-06-05 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* fr_CH.xml : missing updates.
	* Renamed cs.xml as cs_CZ.xml and added number format.
	  Also renamed lt.xml as lt_LT.xml. They are files' precedence matter.
	* es_NI.xml : added.
	* en.xml, en_CA.xml, en_IE.xml, en_PH.xml, en_US.xml, en_ZW.xml :
	  Change with related to the change of NumberDecimalDigits handling.
	* es_PR.xml, ja.xml, ko_KR.xml :
	  Added number format.

svn path=/trunk/mono/; revision=28871
  • Loading branch information
atsushieno committed Jun 5, 2004
1 parent 6f7c718 commit 3ced5a2
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 15 deletions.
11 changes: 11 additions & 0 deletions tools/locale-builder/supp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2004-06-05 Atsushi Enomoto <atsushi@ximian.com>

* fr_CH.xml : missing updates.
* Renamed cs.xml as cs_CZ.xml and added number format.
Also renamed lt.xml as lt_LT.xml. They are files' precedence matter.
* es_NI.xml : added.
* en.xml, en_CA.xml, en_IE.xml, en_PH.xml, en_US.xml, en_ZW.xml :
Change with related to the change of NumberDecimalDigits handling.
* es_PR.xml, ja.xml, ko_KR.xml :
Added number format.

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 :
Expand Down
32 changes: 32 additions & 0 deletions tools/locale-builder/supp/cs_CZ.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<numbers>
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
</numbers>
<dates>
<calendars>
<calendar type="gregorian">
<dateFormats>
<dateFormatLength type="short">
<dateFormat >
<pattern>d.M.yyyy</pattern>
</dateFormat>
</dateFormatLength >
</dateFormats>
<timeFormats>
<timeFormatLength type="long">
<timeFormat >
<pattern>H:mm:ss</pattern>
</timeFormat>
</timeFormatLength >
</timeFormats>
</calendar>
</calendars>
</dates>
</ldml>
2 changes: 1 addition & 1 deletion tools/locale-builder/supp/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,###0.##;-#,###0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
Expand Down
2 changes: 1 addition & 1 deletion tools/locale-builder/supp/en_CA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.##;-#,##0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
Expand Down
2 changes: 1 addition & 1 deletion tools/locale-builder/supp/en_IE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.##;-#,##0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
Expand Down
2 changes: 1 addition & 1 deletion tools/locale-builder/supp/en_PH.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.##;-#,##0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
Expand Down
4 changes: 2 additions & 2 deletions tools/locale-builder/supp/en_US.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.##;-#,##0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
<percentFormats>
<percentFormatLength >
<percentFormat >
<pattern>#,##.##0%</pattern>
<pattern>#,##0%</pattern>
</percentFormat>
</percentFormatLength >
</percentFormats>
Expand Down
2 changes: 1 addition & 1 deletion tools/locale-builder/supp/en_ZW.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.##;-#,##0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<dates>
<calendars>
<calendar type="gregorian">
<dateFormats>
<dateFormatLength type="short">
<dateFormat >
<pattern>d.M.yyyy</pattern>
<pattern>dd/MM/yyyy</pattern>
</dateFormat>
</dateFormatLength >
</dateFormats>
<timeFormats>
<timeFormatLength type="long">
<timeFormat >
<pattern>H:mm:ss</pattern>
<pattern>hh:mm:ss tt</pattern>
</timeFormat>
</timeFormatLength >
</timeFormats>
Expand Down
9 changes: 9 additions & 0 deletions tools/locale-builder/supp/es_PR.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<numbers>
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
</numbers>
<dates>
<calendars>
<calendar type="gregorian">
Expand Down
14 changes: 9 additions & 5 deletions tools/locale-builder/supp/ja.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
]
>
<ldml>
<identity>
<version number="2.0"/>
<generation date="2003-12-19" />
<language type="ja" />
</identity>
<numbers>
<currencyFormats>
<currencyFormatLength >
<currencyFormat >
<pattern>#,##0;-#,##0</pattern>
</currencyFormat>
</currencyFormatLength >
</currencyFormats>
</numbers>
<dates>
<calendars>
<calendar type="gregorian">
Expand Down
9 changes: 9 additions & 0 deletions tools/locale-builder/supp/ko_KR.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<numbers>
<currencyFormats>
<currencyFormatLength >
<currencyFormat >
<pattern>#,##0;-#,##0</pattern>
</currencyFormat>
</currencyFormatLength >
</currencyFormats>
</numbers>
<dates>
<calendars>
<calendar type="gregorian">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<numbers>
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
</numbers>
<dates>
<calendars>
<calendar type="gregorian">
Expand Down

0 comments on commit 3ced5a2

Please sign in to comment.