From: Mike FABIAN Date: Thu, 31 Aug 2017 10:56:07 +0000 (+0200) Subject: Fix decimal point and thousands separator in es_CU locale to agree with CLDR. X-Git-Tag: glibc-2.27~1036 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8715f256302cab595eaf9589b3f4341f1dab020d;p=thirdparty%2Fglibc.git Fix decimal point and thousands separator in es_CU locale to agree with CLDR. [BZ #15332] * locales/es_CU (LC_MONETARY): use “,” for mon_decimal_point and “.” for mon_thousands_sep (to agree with CLDR) * locales/es_CU (LC_NUMERIC): Likewise. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 87de6772303..7f505846395 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,11 @@ +2017-08-31 Mike FABIAN + + [BZ #15332] + * locales/es_CU (LC_MONETARY): use “,” for mon_decimal_point + and “.” for mon_thousands_sep (to agree with CLDR) + * locales/es_CU (LC_NUMERIC): Likewise for decimal_point and + thousands_sep. + 2017-08-31 Akhilesh Kumar [BZ #22044] diff --git a/localedata/locales/es_CU b/localedata/locales/es_CU index 88e7444a15d..b287309457d 100644 --- a/localedata/locales/es_CU +++ b/localedata/locales/es_CU @@ -69,8 +69,8 @@ END LC_MESSAGES LC_MONETARY int_curr_symbol "" currency_symbol "" -mon_decimal_point "" -mon_thousands_sep "" +mon_decimal_point "," +mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "" @@ -85,8 +85,8 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "" -thousands_sep "" +decimal_point "," +thousands_sep "." grouping 0;0 END LC_NUMERIC