]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ta_IN locale: Fix yesexpr and noexpr
authorMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 08:35:19 +0000 (10:35 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 08:49:36 +0000 (10:49 +0200)
* localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
(Use first letters of yesstr and nostr correctly).

ChangeLog
localedata/locales/ta_IN

index a68d70bbc652e7f6c20fab0d08b4fb99a8b96bc6..9a555db69b657c95039e113d89684a495444cd0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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).
+
 2017-10-25  Mike FABIAN  <mfabian@redhat.com>
 
        * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
index 5963a264b7b5a9d5f4e0ded1d16a06b991c54f3e..e5d51149de92d42b8dae4d4006cc5c0b99d43295 100644 (file)
@@ -146,8 +146,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0B86><U0BAE><U0BCD><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U0B87><U0BB2><U0BCD><U0BB2><U0BC8><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U0B86>]"
+noexpr  "^[-0nN<U0B87>]"
 yesstr  "<U0B86><U0BAE><U0BCD>"
 nostr   "<U0B87><U0BB2><U0BCD><U0BB2><U0BC8>"
 END LC_MESSAGES