diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/ta_IN | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a68d70bbc6..9a555db69b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-10-25 Mike FABIAN <mfabian@redhat.com> + * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr + (Use first letters of yesstr and nostr correctly). + +2017-10-25 Mike FABIAN <mfabian@redhat.com> + * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr, also check for the first characters of yesstr and nostr. * localedata/locales/kn_IN (LC_MESSAGES): Likewise. diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN index 5963a264b7..e5d51149de 100644 --- a/localedata/locales/ta_IN +++ b/localedata/locales/ta_IN @@ -146,8 +146,8 @@ END LC_TIME LC_MESSAGES -yesexpr "<U005E><U005B><U002B><U0031><U0B86><U0BAE><U0BCD><U0079><U0059><U005D>" -noexpr "<U005E><U005B><U002D><U0030><U0B87><U0BB2><U0BCD><U0BB2><U0BC8><U006E><U004E><U005D>" +yesexpr "^[+1yY<U0B86>]" +noexpr "^[-0nN<U0B87>]" yesstr "<U0B86><U0BAE><U0BCD>" nostr "<U0B87><U0BB2><U0BCD><U0BB2><U0BC8>" END LC_MESSAGES |