]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ka_GE locale: Fix yesexp to make it agree with CLDR.
authorMike FABIAN <mfabian@redhat.com>
Tue, 24 Oct 2017 14:20:55 +0000 (16:20 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 08:49:36 +0000 (10:49 +0200)
* 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.

ChangeLog
localedata/locales/ka_GE

index ede09a9fbdc1f493ac70b6b748827106d40bc93b..f209a1b18bf038fbca2b8a4fe0b36eb2b5ad136e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 7b38a00c949ace7cad6af8d8566691ea149e0fb1..f520c8dc062d9491103d1e973f58e44213cb1709 100644 (file)
@@ -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