diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-10-27 10:55:44 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-10-27 10:55:44 +0200 |
commit | a4cc02c7413af4826fe8d13b6250c3fc47f15699 (patch) | |
tree | 77771f09427a2370b22a070c2b70a5bbdd983d9b /localedata/locales/tt_RU | |
parent | 1e5971ec1452784d6cb59539442d92b7020378d5 (diff) | |
download | glibc-a4cc02c7413af4826fe8d13b6250c3fc47f15699.tar.gz glibc-a4cc02c7413af4826fe8d13b6250c3fc47f15699.tar.xz glibc-a4cc02c7413af4826fe8d13b6250c3fc47f15699.zip |
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.
Diffstat (limited to 'localedata/locales/tt_RU')
-rw-r--r-- | localedata/locales/tt_RU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU index 38966ebb48..19514996b1 100644 --- a/localedata/locales/tt_RU +++ b/localedata/locales/tt_RU @@ -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 |