From 8715f256302cab595eaf9589b3f4341f1dab020d Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 31 Aug 2017 12:56:07 +0200 Subject: Fix decimal point and thousands separator in es_CU locale to agree with CLDR. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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. --- localedata/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 87de677230..7f50584639 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] -- cgit 1.4.1