Skip to content

Commit

Permalink
2004-06-05 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* en_US.xml : fixed percent pattern.
	* en_ZA.xml : fixed NumberDecimalDigits.
	* id_ID.xml : fixed CurrencyDecimalDigits.
	* ja_JP.xml : added currencySymbol (MS assigns 0x5c).

svn path=/trunk/mono/; revision=28880
  • Loading branch information
atsushieno committed Jun 5, 2004
1 parent 8d1b281 commit 9ce031f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
7 changes: 7 additions & 0 deletions tools/locale-builder/supp/ChangeLog
@@ -1,3 +1,10 @@
2004-06-05 Atsushi Enomoto <atsushi@ximian.com>

* en_US.xml : fixed percent pattern.
* en_ZA.xml : fixed NumberDecimalDigits.
* id_ID.xml : fixed CurrencyDecimalDigits.
* ja_JP.xml : added currencySymbol (MS assigns 0x5c).

2004-06-05 Atsushi Enomoto <atsushi@ximian.com>

* fr_CH.xml : missing updates.
Expand Down
2 changes: 1 addition & 1 deletion tools/locale-builder/supp/en_US.xml
Expand Up @@ -11,7 +11,7 @@
<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_ZA.xml
Expand Up @@ -24,7 +24,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
<pattern>#,##0.##;-#,##0.##</pattern>
<pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
Expand Down
9 changes: 9 additions & 0 deletions tools/locale-builder/supp/id_ID.xml
@@ -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
5 changes: 5 additions & 0 deletions tools/locale-builder/supp/ja.xml
Expand Up @@ -7,6 +7,11 @@
>
<ldml>
<numbers>
<currencies>
<currency type="JPY">
<symbol>\</symbol>
</currency>
</currencies>
<currencyFormats>
<currencyFormatLength >
<currencyFormat >
Expand Down

0 comments on commit 9ce031f

Please sign in to comment.