From: Mike FABIAN Date: Wed, 25 Oct 2017 08:35:19 +0000 (+0200) Subject: ta_IN locale: Fix yesexpr and noexpr X-Git-Tag: glibc-2.27~601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f;p=thirdparty%2Fglibc.git ta_IN locale: Fix yesexpr and noexpr * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr (Use first letters of yesstr and nostr correctly). --- diff --git a/ChangeLog b/ChangeLog index a68d70bbc65..9a555db69b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-25 Mike FABIAN + + * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr + (Use first letters of yesstr and nostr correctly). + 2017-10-25 Mike FABIAN * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr, diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN index 5963a264b7b..e5d51149de9 100644 --- a/localedata/locales/ta_IN +++ b/localedata/locales/ta_IN @@ -146,8 +146,8 @@ END LC_TIME LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES