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. --- localedata/locales/bn_BD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD index b220c215e8..f193595eee 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 1.4.1