aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-24 16:20:55 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commit360a8df3af57489b1c9467b46c72fe45f1225979 (patch)
tree17e9cb1ad4a86f5423fe252b919e813d94935781
parentbab7b6b0a6474cf517a372aca2e2911ae907f96a (diff)
downloadglibc-360a8df3af57489b1c9467b46c72fe45f1225979.tar
glibc-360a8df3af57489b1c9467b46c72fe45f1225979.tar.gz
glibc-360a8df3af57489b1c9467b46c72fe45f1225979.tar.bz2
glibc-360a8df3af57489b1c9467b46c72fe45f1225979.zip
ka_GE locale: Fix yesexp to make it agree with CLDR.
* 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.
-rw-r--r--ChangeLog6
-rw-r--r--localedata/locales/ka_GE4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ede09a9fbd..f209a1b18b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2017-10-24 Mike FABIAN <mfabian@redhat.com>
+
* localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr
and improve yesexpr and noexpr. The yesstr and nostr apparently
came from CLDR. And CLDR has a bug there: these strings contain
diff --git a/localedata/locales/ka_GE b/localedata/locales/ka_GE
index 7b38a00c94..f520c8dc06 100644
--- a/localedata/locales/ka_GE
+++ b/localedata/locales/ka_GE
@@ -144,8 +144,8 @@ first_weekday 2
END LC_TIME
LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U006B><U004B><U0078><U0058><U10EE><U005D>"
-noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U0061><U0041><U10D0><U005D>"
+yesexpr "^[+1yYkKx<U10D9>]"
+noexpr "^[-0nNaA<U10D0>]"
yesstr "<U10D9><U10D8>"
nostr "<U10D0><U10E0><U10D0>"
END LC_MESSAGES