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/locales/doi_IN | 8 ++++---- localedata/locales/kok_IN | 8 ++++---- localedata/locales/sat_IN | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'localedata/locales') diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN index 8a7951508a..db215bc7dd 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 dbd486ea57..3353a6039a 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 0d58474f02..e460f7471f 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 1.4.1