From: Mike FABIAN Date: Wed, 30 Aug 2017 13:19:39 +0000 (+0200) Subject: Use “.” in thousands_sep in the ca_ES locale X-Git-Tag: glibc-2.27~1045 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0e619652cd6846e04a55cb380d7a7205b65e27;p=thirdparty%2Fglibc.git Use “.” in thousands_sep in the ca_ES locale [BZ #16148] * locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep. And make it more readable by using ASCII. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6896e421fa4..c9bc7b63e11 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2017-08-30 Mike FABIAN + + [BZ #16148] + * locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep. + And make it more readable by using ASCII. + 2017-08-30 Mike FABIAN [BZ #22022] diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES index e17efdc1140..b6a8b20c7fa 100644 --- a/localedata/locales/ca_ES +++ b/localedata/locales/ca_ES @@ -84,8 +84,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 "" @@ -100,8 +100,8 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "" -thousands_sep "" +decimal_point "," +thousands_sep "." grouping 0;0 END LC_NUMERIC