]> sourceware.org Git - glibc.git/commitdiff
[BZ #119]
authorUlrich Drepper <drepper@redhat.com>
Sat, 15 Oct 2005 14:15:52 +0000 (14:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 15 Oct 2005 14:15:52 +0000 (14:15 +0000)
2005-10-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #119]
* locales/es_AR: Fix thousands_sep and grouping.

localedata/ChangeLog
localedata/locales/es_AR

index 490163dc1634f6dd4f896012cea559fc903524c3..2a284e2e7b99483c5e943ae3d4d0728eeaf8e6d0 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-15  Ulrich Drepper  <drepper@redhat.com>
+
+       [BZ #119]
+       * locales/es_AR: Fix thousands_sep and grouping.
+
 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #451]
index d32bbf2f7771a453bde2e451e968305324519ded..cba3f84036da906318ba10abae049b6c5bd648f4 100644 (file)
@@ -80,8 +80,8 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point        "<U002C>"
-thousands_sep        ""
-grouping             0;0
+thousands_sep        "<U002E>"
+grouping             3;3
 END LC_NUMERIC
 
 LC_TIME
This page took 0.052871 seconds and 5 git commands to generate.