diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-08-03 17:29:00 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-08-03 17:30:11 +0200 |
commit | 08897a57a8dc494dcef8cd6a643899f327e555f2 (patch) | |
tree | ba8dbd36ee3cc3ffd728e34ae17e581f87669cc0 /localedata/locales/sat_IN | |
parent | 2aad4b04ad7b17a2e6b0e66d2cb4bc559376617b (diff) | |
download | glibc-08897a57a8dc494dcef8cd6a643899f327e555f2.tar glibc-08897a57a8dc494dcef8cd6a643899f327e555f2.tar.gz glibc-08897a57a8dc494dcef8cd6a643899f327e555f2.tar.bz2 glibc-08897a57a8dc494dcef8cd6a643899f327e555f2.zip |
Add yesstr and nostr for doi_IN, kok_IN, and sat_IN
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.
Diffstat (limited to 'localedata/locales/sat_IN')
-rw-r--r-- | localedata/locales/sat_IN | 8 |
1 files changed, 4 insertions, 4 deletions
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 "<U005E><U0028><U0939><U094B><U092F><U007C><U005B><U002B><U0031>/ -<U0079><U0059><U005D><U0029>" -noexpr "<U005E><U0028><U092C><U093E><U0919><U007C><U005B><U002D><U0030>/ -<U006E><U004E><U005D><U0029>" +yesexpr "^(<U0939><U094B><U092F>|[+1yY])" +noexpr "^(<U092C><U093E><U0919>|[-0nN])" +yesstr "<U0939><U094B><U092F>" +nostr "<U092C><U093E><U0919>" END LC_MESSAGES |