From: Mike FABIAN Date: Tue, 24 Oct 2017 09:56:18 +0000 (+0200) Subject: bn_BD locale: Use only the first letters of the full yesstr and nostr in yesexpr... X-Git-Tag: glibc-2.27~613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e79f758191d11e60cdf1975ece322831c73ede4;p=thirdparty%2Fglibc.git bn_BD locale: Use only the first letters of the full yesstr and nostr in yesexpr and noexpr Using all characters of the full words for yes and no in yesexpr and noexpr makes no sense here, especially not because the words for yes and no share one character. * localedata/locales/bn_BD (LC_MESSAGES): Use only the first letters of the full yesstr and nostr in yesexpr and noexpr. --- diff --git a/ChangeLog b/ChangeLog index 0b04e9ce59e..51457b63a19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-24 Mike FABIAN + + * localedata/locales/bn_BD (LC_MESSAGES): Use only the first + letters of the full yesstr and nostr in yesexpr and noexpr. + 2017-10-24 Mike FABIAN * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr. diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD index b220c215e8f..f193595eeef 100644 --- a/localedata/locales/bn_BD +++ b/localedata/locales/bn_BD @@ -144,8 +144,8 @@ first_weekday 6 END LC_TIME LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES