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>2010-02-24 11:18:51 +0300
committerAtsushi Eno <atsushieno@gmail.com>2010-02-24 11:18:51 +0300
commita713deed8b7293407b2ded2e3dbaebc6a26c4160 (patch)
treebd8aa4abebf3670d6f48e28ff714704473bd67e6 /tools
parentf493a4265f31b5b09ebe62254864fe12aa125ec7 (diff)
2010-02-24 Atsushi Enomoto <atsushi@ximian.com>
* supp/ns_BE.xml : add number format. Fixed bug #324019. svn path=/trunk/mono/; revision=152339
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/ChangeLog4
-rwxr-xr-xtools/locale-builder/supp/nl_BE.xml11
2 files changed, 14 insertions, 1 deletions
diff --git a/tools/locale-builder/ChangeLog b/tools/locale-builder/ChangeLog
index 1acdafabfab..17fd24f614f 100644
--- a/tools/locale-builder/ChangeLog
+++ b/tools/locale-builder/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-24 Atsushi Enomoto <atsushi@ximian.com>
+
+ * supp/ns_BE.xml : add number format. Fixed bug #324019.
+
2010-01-06 Atsushi Enomoto <atsushi@ximian.com>
* Driver.cs : support FirstDayOfWeek. Fixed bug #567944.
diff --git a/tools/locale-builder/supp/nl_BE.xml b/tools/locale-builder/supp/nl_BE.xml
index 91cc07b9010..aba4a9924cc 100755
--- a/tools/locale-builder/supp/nl_BE.xml
+++ b/tools/locale-builder/supp/nl_BE.xml
@@ -20,4 +20,13 @@
</calendar>
</calendars>
</dates>
-</ldml> \ No newline at end of file
+ <numbers>
+ <currencyFormats>
+ <currencyFormatLength >
+ <currencyFormat >
+ <pattern>¤ #,##0.00;¤ -#,##0.00</pattern>
+ </currencyFormat>
+ </currencyFormatLength >
+ </currencyFormats>
+ </numbers>
+</ldml>