mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower case letters
* localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr with lowercase letters to make it agree with CLDR.
This commit is contained in:
parent
1e5971ec14
commit
a4cc02c741
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user