From 08897a57a8dc494dcef8cd6a643899f327e555f2 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 3 Aug 2017 17:29:00 +0200 Subject: Add yesstr and nostr for doi_IN, kok_IN, and sat_IN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the locales doi_IN, kok_IN, and sat_IN, the words for “yes” and “no” were apparently in yesexpr and noexpr. Copy them from there to add yesstr and nostr. Also make yesexpr and noexpr more readable by using the POSIX portable character set. * locales/doi_IN (LC_MESSAGES): Add yesstr and nostr. * locales/kok_IN (LC_MESSAGES): Add yesstr and nostr. * locales/sat_IN (LC_MESSAGES): Add yesstr and nostr. --- localedata/ChangeLog | 12 ++++++++++++ localedata/locales/doi_IN | 8 ++++---- localedata/locales/kok_IN | 8 ++++---- localedata/locales/sat_IN | 8 ++++---- 4 files changed, 24 insertions(+), 12 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 7bec433..7894965 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,17 @@ 2017-08-03 Mike FABIAN + For the locales doi_IN, kok_IN, and sat_IN, the words for + “yes” and “no” were apparently in yesexpr and noexpr. + Copy them from there to add yesstr and nostr. + Also make yesexpr and noexpr more readable by using + the POSIX portable character set. + + * locales/doi_IN (LC_MESSAGES): Add yesstr and nostr. + * locales/kok_IN (LC_MESSAGES): Add yesstr and nostr. + * locales/sat_IN (LC_MESSAGES): Add yesstr and nostr. + +2017-08-03 Mike FABIAN + Revert “Fix yesexpr in en_DK locale”. * locales/en_DK (LC_MESSAGES): Restore original yesexpr, noexpr, diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN index 8a79515..db215bc 100644 --- a/localedata/locales/doi_IN +++ b/localedata/locales/doi_IN @@ -136,10 +136,10 @@ END LC_TIME LC_MESSAGES -yesexpr "/ -" -noexpr "/ -" +yesexpr "^(|[+1yY])" +noexpr "^(|[-0nN])" +yesstr "" +nostr "" END LC_MESSAGES LC_PAPER diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN index dbd486e..3353a60 100644 --- a/localedata/locales/kok_IN +++ b/localedata/locales/kok_IN @@ -154,10 +154,10 @@ END LC_TIME LC_MESSAGES -yesexpr "/ -" -noexpr "/ -" +yesexpr "^(|[+1yY])" +noexpr "^(|[-0nN])" +yesstr "" +nostr "" END LC_MESSAGES diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN index 0d58474..e460f74 100644 --- a/localedata/locales/sat_IN +++ b/localedata/locales/sat_IN @@ -136,10 +136,10 @@ END LC_TIME LC_MESSAGES -yesexpr "/ -" -noexpr "/ -" +yesexpr "^(|[+1yY])" +noexpr "^(|[-0nN])" +yesstr "" +nostr "" END LC_MESSAGES -- cgit v1.1