From: Mike FABIAN Date: Wed, 25 Oct 2017 08:40:20 +0000 (+0200) Subject: brx_IN locale: Fix yesexpr and noexpr X-Git-Tag: glibc-2.27~600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e78edb814dfd90328efbc984e37cd4f70ef251;p=thirdparty%2Fglibc.git brx_IN locale: Fix yesexpr and noexpr * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr (Use first letters of yesstr and nostr correctly instead of using full words). --- diff --git a/ChangeLog b/ChangeLog index 9a555db69b6..3812f3fa5f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-25 Mike FABIAN + + * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr + (Use first letters of yesstr and nostr correctly instead of using + full words). + 2017-10-25 Mike FABIAN * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr diff --git a/localedata/locales/brx_IN b/localedata/locales/brx_IN index c167e51f225..b9c4db4bbb0 100644 --- a/localedata/locales/brx_IN +++ b/localedata/locales/brx_IN @@ -137,10 +137,8 @@ END LC_TIME LC_MESSAGES -yesexpr "/ -" -noexpr "/ -" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES