* pt.xml: We need a space after R$. Is there a better way to do
authorJackson Harper <jackson@novell.com>
Thu, 7 Oct 2004 03:51:07 +0000 (03:51 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 7 Oct 2004 03:51:07 +0000 (03:51 -0000)
this? I should know...
* pt_BR.xml: Fix currency format.

svn path=/trunk/mono/; revision=34771

tools/locale-builder/supp/ChangeLog
tools/locale-builder/supp/pt.xml [new file with mode: 0755]
tools/locale-builder/supp/pt_BR.xml

index b5eb13b4ddc4f797a97c4a0ac1a22f630a8d49ae..aac15bd01ceda4d893096c0817712d56f143d9fb 100755 (executable)
@@ -1,3 +1,9 @@
+2004-10-06  Jackson Harper  <jackson@ximian.com>
+
+       * pt.xml: We need a space after R$. Is there a better way to do
+       this? I should know...
+       * pt_BR.xml: Fix currency format.
+
 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ja.xml : added extra datetime patterns.
diff --git a/tools/locale-builder/supp/pt.xml b/tools/locale-builder/supp/pt.xml
new file mode 100755 (executable)
index 0000000..c424d37
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ldml>
+  <numbers>
+    <currencies>
+      <currency type="BRL">
+        <displayName>Real Brasileiro</displayName>
+        <symbol>R$ </symbol>
+      </currency>
+    </currencies>
+  </numbers>
+</ldml>
+
index 5492f0a75b8791f77dd2e055eb7f053d7e8e4916..f06421234f3fb29fab3342e1aa9bf5dfd8658fe7 100755 (executable)
@@ -4,7 +4,7 @@
                <currencyFormats>
                        <currencyFormatLength >
                                <currencyFormat >
-                                       <pattern>#,##0;(-#,##0)</pattern>
+                                       <pattern>#,##0.00;(#,##0.00)</pattern>
                                </currencyFormat>
                        </currencyFormatLength >
                </currencyFormats>