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

svn path=/branches/mono-1-0/mono/; revision=34786

tools/locale-builder/supp/ChangeLog
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.
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>