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

Message ID 20240109110002.1607589-2-mfabian@redhat.com
State Committed
Commit ed97da8c7a6a5538d252b028529338fbbc9581c5
Delegated to: Mike Fabian
Headers
Series [1/3] localedata: tok: convert to UTF-8 |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent

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(-)
  

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