From 3e79f758191d11e60cdf1975ece322831c73ede4 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 24 Oct 2017 11:56:18 +0200 Subject: 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. --- ChangeLog | 5 +++++ localedata/locales/bn_BD | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b04e9c..51457b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib. * localedata/locales/an_ES: Make source more readable by using ASCII diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD index b220c21..f193595 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 -- cgit v1.1