diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 14:15:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 14:15:52 +0000 |
commit | ba2aceb813987e16b2f929e36e178315fc0f0d04 (patch) | |
tree | 9bc4cfd2bc17bcab85a7610d4b212ef91c73e8f0 /localedata | |
parent | ed2c45209946b036fd0b72d5bffe1d6525a1d6c2 (diff) |
[BZ #119]
2005-10-15 Ulrich Drepper <drepper@redhat.com>
[BZ #119]
* locales/es_AR: Fix thousands_sep and grouping.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/es_AR | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 490163dc16..2a284e2e7b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -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] diff --git a/localedata/locales/es_AR b/localedata/locales/es_AR index d32bbf2f77..cba3f84036 100644 --- a/localedata/locales/es_AR +++ b/localedata/locales/es_AR @@ -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 |