about summary refs log tree commit diff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-08-31 12:56:07 +0200
committerMike FABIAN <mfabian@redhat.com>2017-08-31 12:57:26 +0200
commit8715f256302cab595eaf9589b3f4341f1dab020d (patch)
treedcc2c7de165ea3b8bebad18f7b7b95b2b3074272 /localedata/ChangeLog
parentd6e290a6ca822a42a69acde42e7b5003ae185534 (diff)
downloadglibc-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/ChangeLog')
-rw-r--r--localedata/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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  <mfabian@redhat.com>
+
+	[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 <akhilesh.k@samsung.com>
 
 	[BZ #22044]