about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-25 08:34:21 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commitda33d60bbec1279b7918bd8e4de82677575a32b4 (patch)
tree3427d8acb28b22cad38f65a16d3a6b819a589123 /ChangeLog
parent725bbb3e18debf1e46d15bbf11da6393035aad5c (diff)
downloadglibc-da33d60bbec1279b7918bd8e4de82677575a32b4.tar.gz
glibc-da33d60bbec1279b7918bd8e4de82677575a32b4.tar.xz
glibc-da33d60bbec1279b7918bd8e4de82677575a32b4.zip
ug_CN locale: Fix noexpr and yesexpr
	* localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr
	by including the first letters of nostr and yesexpr in the regexp.
	Also make it more readable by using ASCII where possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e77574aa33..c6c99d91e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-10-25  Mike FABIAN  <mfabian@redhat.com>
 
+	* localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr
+	by including the first letters of nostr and yesexpr in the regexp.
+	Also make it more readable by using ASCII where possible.
+
+2017-10-25  Mike FABIAN  <mfabian@redhat.com>
+
 	* localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including
 	the first letter of nostr in the regexp. It agrees with CLDR now.
 	Also make it more readable by using ASCII where possible.