From bab7b6b0a6474cf517a372aca2e2911ae907f96a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 24 Oct 2017 14:06:05 +0200 Subject: [PATCH] mr_IN locale: Fix yesstr and nostr and improve yesexpr and noexpr. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr and improve yesexpr and noexpr. The yesstr and nostr apparently came from CLDR. And CLDR has a bug there: these strings contain a U+0903 (which looks like a colon) instead of a real colon to separate the full words for “yes” and “no” from the single letter responses. --- ChangeLog | 9 +++++++++ localedata/locales/mr_IN | 10 ++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51457b63a1..ede09a9fbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2017-10-24 Mike FABIAN + * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr + and improve yesexpr and noexpr. The yesstr and nostr apparently + came from CLDR. And CLDR has a bug there: these strings contain + a U+0903 (which looks like a colon) instead of a real colon + to separate the full words for “yes” and “no” from the single + letter responses. + +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. diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN index 04b1b4dec5..3d10db84dd 100644 --- a/localedata/locales/mr_IN +++ b/localedata/locales/mr_IN @@ -157,12 +157,10 @@ END LC_TIME LC_MESSAGES -yesexpr "/ -" -noexpr "/ -" -yesstr "" -nostr "" +yesexpr "^([+1yY]|)" +noexpr "^([-0nN]|)" +yesstr "" +nostr "" END LC_MESSAGES -- 2.11.4.GIT