From: Mike FABIAN Date: Tue, 24 Oct 2017 14:20:55 +0000 (+0200) Subject: ka_GE locale: Fix yesexp to make it agree with CLDR. X-Git-Tag: glibc-2.27~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360a8df3af57489b1c9467b46c72fe45f1225979;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index ede09a9fbdc..f209a1b18bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-24 Mike FABIAN + + * 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 * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr diff --git a/localedata/locales/ka_GE b/localedata/locales/ka_GE index 7b38a00c949..f520c8dc062 100644 --- a/localedata/locales/ka_GE +++ b/localedata/locales/ka_GE @@ -144,8 +144,8 @@ first_weekday 2 END LC_TIME LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "^[+1yYkKx]" +noexpr "^[-0nNaA]" yesstr "" nostr "" END LC_MESSAGES