public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Mike Fabian <mfabian@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] localedata: tok: add yY and nN to yesexpr and noexpr
Date: Tue,  9 Jan 2024 11:09:02 +0000 (GMT)	[thread overview]
Message-ID: <20240109110902.6FAC83857C66@sourceware.org> (raw)

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

                 reply	other threads:[~2024-01-09 11:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240109110902.6FAC83857C66@sourceware.org \
    --to=mfabian@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).