diff mbox series

[2/3] localedata: tok: add yY and nN to yesexpr and noexpr

Message ID 20240109110002.1607589-2-mfabian@redhat.com
State New
Headers show
Series [1/3] localedata: tok: convert to UTF-8 | expand

Commit Message

Mike FABIAN Jan. 9, 2024, 11 a.m. UTC
See: https://sourceware.org/bugzilla/show_bug.cgi?id=31221#c2
---
 localedata/locales/tok | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/localedata/locales/tok b/localedata/locales/tok
index 28c25c29e4..c67a553f84 100644
--- a/localedata/locales/tok
+++ b/localedata/locales/tok
@@ -119,8 +119,8 @@  week 7;19971130;1
 END LC_TIME
 
 LC_MESSAGES
-yesexpr "^[+1wW]"
-noexpr  "^[-0aA]"
+yesexpr "^[+1yYwW]"
+noexpr  "^[-0nNaA]"
 yesstr  "wile"
 nostr   "ala"
 END LC_MESSAGES