From a0bbdad36490c4aa3dca6dd9828b25d1fee2b229 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 5 Sep 2012 22:14:32 -0600 Subject: [BZ#14510] * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep. * locales/es_GT: Likewise. * locales/es_HN: Likewise. * locales/es_MX: Likewise. * locales/es_NI: Likewise. * locales/es_PA: Likewise. * locales/es_PR: Likewise. * locales/es_SV: Likewise. --- NEWS | 2 +- localedata/ChangeLog | 12 ++++++++++++ localedata/locales/es_DO | 4 +++- localedata/locales/es_GT | 4 +++- localedata/locales/es_HN | 4 +++- localedata/locales/es_MX | 4 +++- localedata/locales/es_NI | 4 +++- localedata/locales/es_PA | 4 +++- localedata/locales/es_PR | 4 +++- localedata/locales/es_SV | 4 +++- 10 files changed, 37 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index caf8df16a2..0eba57afa1 100644 --- a/NEWS +++ b/NEWS @@ -71,7 +71,7 @@ Version 2.16 14043, 14044, 14048, 14049, 14050, 14053, 14055, 14059, 14064, 14075, 14080, 14083, 14103, 14104, 14109, 14112, 14117, 14122, 14123, 14134, 14153, 14183, 14188, 14199, 14210, 14218, 14229, 14241, 14273, 14277, - 14278 + 14278, 14510 * Support for the x32 ABI on x86-64 added. The x32 target is selected by configuring glibc with: diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 248b0092a5..8e37a94a9f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,15 @@ +2012-09-05 Jeff Law + + [BZ#14510] + * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep. + * locales/es_GT: Likewise. + * locales/es_HN: Likewise. + * locales/es_MX: Likewise. + * locales/es_NI: Likewise. + * locales/es_PA: Likewise. + * locales/es_PR: Likewise. + * locales/es_SV: Likewise. + 2012-06-20 Petr Baudis * locales/mag_IN: Fix comment character. diff --git a/localedata/locales/es_DO b/localedata/locales/es_DO index 7cf54cf3a9..4753ecfdd7 100644 --- a/localedata/locales/es_DO +++ b/localedata/locales/es_DO @@ -78,7 +78,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_GT b/localedata/locales/es_GT index 49d369f74f..0889d44c48 100644 --- a/localedata/locales/es_GT +++ b/localedata/locales/es_GT @@ -77,7 +77,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_HN b/localedata/locales/es_HN index a809188463..febab6bbea 100644 --- a/localedata/locales/es_HN +++ b/localedata/locales/es_HN @@ -78,7 +78,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX index 7a1cccc96b..a201f0bbb8 100644 --- a/localedata/locales/es_MX +++ b/localedata/locales/es_MX @@ -78,7 +78,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_NI b/localedata/locales/es_NI index 7371532079..384ebaa07d 100644 --- a/localedata/locales/es_NI +++ b/localedata/locales/es_NI @@ -69,7 +69,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_PA b/localedata/locales/es_PA index ae5cd3a4fd..7f22166f3e 100644 --- a/localedata/locales/es_PA +++ b/localedata/locales/es_PA @@ -78,7 +78,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_PR b/localedata/locales/es_PR index b15ca45222..93d7d21c25 100644 --- a/localedata/locales/es_PR +++ b/localedata/locales/es_PR @@ -69,7 +69,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME diff --git a/localedata/locales/es_SV b/localedata/locales/es_SV index d99b6cff62..fa5e5805ce 100644 --- a/localedata/locales/es_SV +++ b/localedata/locales/es_SV @@ -78,7 +78,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -copy "es_ES" +decimal_point "" +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME -- cgit 1.4.1