]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add yesstr and nostr for doi_IN, kok_IN, and sat_IN
authorMike FABIAN <mfabian@redhat.com>
Thu, 3 Aug 2017 15:29:00 +0000 (17:29 +0200)
committerMike FABIAN <mfabian@redhat.com>
Thu, 3 Aug 2017 15:30:11 +0000 (17:30 +0200)
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
localedata/locales/doi_IN
localedata/locales/kok_IN
localedata/locales/sat_IN

index 7bec433d08bf41d7a3dc128a08347e9eb1e65aa1..7894965a59183c0619b19aa3eb3e0aaff1b34592 100644 (file)
@@ -1,3 +1,15 @@
+2017-08-03  Mike FABIAN  <mfabian@redhat.com>
+
+       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  <mfabian@redhat.com>
 
        Revert “Fix yesexpr in en_DK locale”.
index 8a7951508aa5ac65649c5763bec627ae72f832c2..db215bc7dd8c454f9fcb77dd3db281b98f194fe8 100644 (file)
@@ -136,10 +136,10 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U0028><U0911><U0939><U007C><U005B><U002B><U0031><U0079>/
-<U0059><U005D><U0029>"
-noexpr  "<U005E><U0028><U0928><U093E><U007C><U005B><U002D><U0030><U006E>/
-<U004E><U005D><U0029>"
+yesexpr "^(<U0911><U0939>|[+1yY])"
+noexpr  "^(<U0928><U093E>|[-0nN])"
+yesstr  "<U0911><U0939>"
+nostr   "<U0928><U093E>"
 END LC_MESSAGES
 
 LC_PAPER
index dbd486ea5784dca880754c5d2b2e9c912ec3d7c9..3353a6039a51e64eab2395bef3322c89f01a93c2 100644 (file)
@@ -154,10 +154,10 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U0028><U0939><U092F><U007C><U005B><U002B><U0031><U0079>/
-<U0059><U005D><U0029>"
-noexpr  "<U005E><U0028><U0928><U094D><U0939><U0940><U007C><U005B><U002D>/
-<U0030><U006E><U004E><U005D><U0029>"
+yesexpr "^(<U0939><U092F>|[+1yY])"
+noexpr  "^(<U0928><U094D><U0939><U0940>|[-0nN])"
+yesstr "<U0939><U092F>"
+nostr  "<U0928><U094D><U0939><U0940>"
 END LC_MESSAGES
 
 
index 0d58474f02c9d03bf04ed06ca371357d63605a50..e460f7471f0b2608786a6c0296de8a31703732cc 100644 (file)
@@ -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