]> sourceware.org Git - glibc.git/commitdiff
tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower case letters
authorMike FABIAN <mfabian@redhat.com>
Fri, 27 Oct 2017 08:55:44 +0000 (10:55 +0200)
committerMike FABIAN <mfabian@redhat.com>
Fri, 27 Oct 2017 08:55:44 +0000 (10:55 +0200)
* localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
with lowercase letters to make it agree with CLDR.

ChangeLog
localedata/locales/tt_RU

index 72521925ae2a62037c231a539e4923336b5ed5ec..93d9ee1dfd13d726b25603e0d3ebbef65a8949f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-27  Mike FABIAN  <mfabian@redhat.com>
+
+       * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
+       with lowercase letters to make it agree with CLDR.
+
 2017-10-27  Mike FABIAN  <mfabian@redhat.com>
 
        [BZ #15260]
index 38966ebb48bf3a3948117ad845f433487325baaf..19514996b1bf5b4911e49ea6cc59fec473c95e7e 100644 (file)
@@ -229,8 +229,8 @@ END LC_COLLATE
 LC_MESSAGES
 yesexpr "^[+1yY<U04D9><U04D8>]"
 noexpr  "^[-0nN<U044E><U042E>]"
-yesstr  "<U04D8><U0439><U0435>"
-nostr   "<U042E><U043A>"
+yesstr  "<U04D9><U0439><U0435>"
+nostr   "<U044E><U043A>"
 END LC_MESSAGES
 
 LC_MONETARY
This page took 0.076653 seconds and 5 git commands to generate.