diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/tt_RU | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 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] * localedata/locales/doi_IN (LC_MESSAGES): Match only for the first letters of yesstr and nostr in yesexpr and noexpr, diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU index 38966eb..1951499 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 |