public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: tok: add yY and nN to yesexpr and noexpr
@ 2024-01-09 11:09 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-01-09 11:09 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ed97da8c7a6a5538d252b028529338fbbc9581c5

commit ed97da8c7a6a5538d252b028529338fbbc9581c5
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Jan 9 10:49:07 2024 +0100

    localedata: tok: add yY and nN to yesexpr and noexpr
    
    See: https://sourceware.org/bugzilla/show_bug.cgi?id=31221#c2

Diff:
---
 localedata/locales/tok | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-09 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-09 11:09 [glibc] localedata: tok: add yY and nN to yesexpr and noexpr Mike Fabian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).