summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-25 10:40:20 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commit17e78edb814dfd90328efbc984e37cd4f70ef251 (patch)
tree3efaee28aa9686ffcacceec09d47d0d0ecebdbba
parent74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f (diff)
downloadglibc-17e78edb814dfd90328efbc984e37cd4f70ef251.tar.gz
brx_IN locale: Fix yesexpr and noexpr
* localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr (Use first letters of yesstr and nostr correctly instead of using full words).
-rw-r--r--ChangeLog6
-rw-r--r--localedata/locales/brx_IN6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a555db69b..3812f3fa5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2017-10-25 Mike FABIAN <mfabian@redhat.com>
+ * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr
+ (Use first letters of yesstr and nostr correctly instead of using
+ full words).
+
+2017-10-25 Mike FABIAN <mfabian@redhat.com>
+
* localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
(Use first letters of yesstr and nostr correctly).
diff --git a/localedata/locales/brx_IN b/localedata/locales/brx_IN
index c167e51f22..b9c4db4bbb 100644
--- a/localedata/locales/brx_IN
+++ b/localedata/locales/brx_IN
@@ -137,10 +137,8 @@ END LC_TIME
LC_MESSAGES
-yesexpr "<U005E><U0028><U0928><U0902><U0917><U094C><U007C><U005B><U002B>/
-<U0031><U0079><U0059><U005D><U0029>"
-noexpr "<U005E><U0028><U0928><U0919><U093E><U007C><U005B><U002D><U0030>/
-<U006E><U004E><U005D><U0029>"
+yesexpr "^[+1yY<U0939>]"
+noexpr "^[-0nN<U0928>]"
yesstr "<U0939><U093E><U0901>"
nostr "<U0928><U0939><U0940><U0902>"
END LC_MESSAGES