about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-24 16:37:36 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commitfe043d8af2aac18246eac87b6ace24bf021806e7 (patch)
treeaea1ce0e8fbb10211fc5a740477feddd084abb35 /ChangeLog
parent360a8df3af57489b1c9467b46c72fe45f1225979 (diff)
downloadglibc-fe043d8af2aac18246eac87b6ace24bf021806e7.tar.gz
glibc-fe043d8af2aac18246eac87b6ace24bf021806e7.tar.xz
glibc-fe043d8af2aac18246eac87b6ace24bf021806e7.zip
km_KH locale: Fix yesstr and nostr.
	* localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
	The yesstr and nostr apparently	came from CLDR. And CLDR has a bug there:
	these strings contain a U+17D6 (which somewhat looks like a colon)
	instead of a real colon to separate the full words for “yes”
	and “no” from the single letter responses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f209a1b18b..8c89a5e9df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-10-24  Mike FABIAN  <mfabian@redhat.com>
 
+	* localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
+	The yesstr and nostr apparently	came from CLDR. And CLDR has a bug there:
+	these strings contain a U+17D6 (which somewhat looks like a colon)
+	instead of a real colon to separate the full words for “yes”
+	and “no” from the single letter responses.
+
+2017-10-24  Mike FABIAN  <mfabian@redhat.com>
+
 	* localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
 	it agree with CLDR (include the first letter of yesstr).
 	Also make it more readable by using ASCII where possible.