diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-08-31 12:56:07 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-08-31 12:57:26 +0200 |
commit | 8715f256302cab595eaf9589b3f4341f1dab020d (patch) | |
tree | dcc2c7de165ea3b8bebad18f7b7b95b2b3074272 /localedata/locales/es_CU | |
parent | d6e290a6ca822a42a69acde42e7b5003ae185534 (diff) | |
download | glibc-8715f256302cab595eaf9589b3f4341f1dab020d.tar.gz glibc-8715f256302cab595eaf9589b3f4341f1dab020d.tar.xz glibc-8715f256302cab595eaf9589b3f4341f1dab020d.zip |
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.
Diffstat (limited to 'localedata/locales/es_CU')
-rw-r--r-- | localedata/locales/es_CU | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/localedata/locales/es_CU b/localedata/locales/es_CU index 88e7444a15..b287309457 100644 --- a/localedata/locales/es_CU +++ b/localedata/locales/es_CU @@ -69,8 +69,8 @@ END LC_MESSAGES LC_MONETARY int_curr_symbol "<U0043><U0055><U0050><U0020>" currency_symbol "<U0024>" -mon_decimal_point "<U002C>" -mon_thousands_sep "<U202F>" +mon_decimal_point "," +mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "<U002D>" @@ -85,8 +85,8 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "<U002C>" -thousands_sep "" +decimal_point "," +thousands_sep "." grouping 0;0 END LC_NUMERIC |