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-06-05 21:37:08 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-06-05 21:37:08 +0400
commit9ce031fc0892a3f7b64f7ce0098885eab5234f41 (patch)
tree2ebec5b2a863f5a7216a0306cd729ea06f3a2fb7 /tools
parent8d1b281523436c0eb1ffe1d64c1ab728b8601b3d (diff)
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). svn path=/trunk/mono/; revision=28880
Diffstat (limited to 'tools')
-rwxr-xr-xtools/locale-builder/supp/ChangeLog7
-rw-r--r--tools/locale-builder/supp/en_US.xml2
-rw-r--r--tools/locale-builder/supp/en_ZA.xml2
-rwxr-xr-xtools/locale-builder/supp/id_ID.xml9
-rwxr-xr-xtools/locale-builder/supp/ja.xml5
5 files changed, 23 insertions, 2 deletions
diff --git a/tools/locale-builder/supp/ChangeLog b/tools/locale-builder/supp/ChangeLog
index 35252601d09..bc232626da1 100755
--- a/tools/locale-builder/supp/ChangeLog
+++ b/tools/locale-builder/supp/ChangeLog
@@ -1,5 +1,12 @@
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.
* Renamed cs.xml as cs_CZ.xml and added number format.
Also renamed lt.xml as lt_LT.xml. They are files' precedence matter.
diff --git a/tools/locale-builder/supp/en_US.xml b/tools/locale-builder/supp/en_US.xml
index 94f073a0115..28864d4964e 100644
--- a/tools/locale-builder/supp/en_US.xml
+++ b/tools/locale-builder/supp/en_US.xml
@@ -11,7 +11,7 @@
<percentFormats>
<percentFormatLength >
<percentFormat >
- <pattern>#,##0%</pattern>
+ <pattern>#,##0 %</pattern>
</percentFormat>
</percentFormatLength >
</percentFormats>
diff --git a/tools/locale-builder/supp/en_ZA.xml b/tools/locale-builder/supp/en_ZA.xml
index 0d133e798b2..8d3234e11fc 100644
--- a/tools/locale-builder/supp/en_ZA.xml
+++ b/tools/locale-builder/supp/en_ZA.xml
@@ -24,7 +24,7 @@
<decimalFormats>
<decimalFormatLength >
<decimalFormat >
- <pattern>#,##0.##;-#,##0.##</pattern>
+ <pattern>#,##0.###;-#,##0.###</pattern>
</decimalFormat>
</decimalFormatLength >
</decimalFormats>
diff --git a/tools/locale-builder/supp/id_ID.xml b/tools/locale-builder/supp/id_ID.xml
index b8c8e22b6fd..03a91e091c9 100755
--- a/tools/locale-builder/supp/id_ID.xml
+++ b/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">
diff --git a/tools/locale-builder/supp/ja.xml b/tools/locale-builder/supp/ja.xml
index 7d1fae5018c..70853293005 100755
--- a/tools/locale-builder/supp/ja.xml
+++ b/tools/locale-builder/supp/ja.xml
@@ -7,6 +7,11 @@
>
<ldml>
<numbers>
+ <currencies>
+ <currency type="JPY">
+ <symbol>\</symbol>
+ </currency>
+ </currencies>
<currencyFormats>
<currencyFormatLength >
<currencyFormat >