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/kok_IN | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'localedata/locales/kok_IN') 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 -- cgit 1.4.1