public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: Lowercase day and abday in cs_CZ
@ 2024-06-11 10:40 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-06-11 10:40 UTC (permalink / raw)
  To: glibc-cvs

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

commit 10733d6a72381a54644e16094c39ca7540660a59
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Mon Jun 10 19:54:42 2024 +0200

    localedata: Lowercase day and abday in cs_CZ
    
    Resolves: BZ # 25119
    
    Also to sync with CLDR

Diff:
---
 localedata/locales/cs_CZ | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
index 292eb584d1..91bd1cc6ef 100644
--- a/localedata/locales/cs_CZ
+++ b/localedata/locales/cs_CZ
@@ -267,21 +267,21 @@ END LC_NUMERIC
 
 LC_TIME
 
-abday		"Ne";/
-		"Po";/
-		"Út";/
-		"St";/
-		"Čt";/
-		"Pá";/
-		"So"
-
-day		"Neděle";/
-		"Pondělí";/
-		"Úterý";/
-		"Středa";/
-		"Čtvrtek";/
-		"Pátek";/
-		"Sobota"
+abday		"ne";/
+		"po";/
+		"út";/
+		"st";/
+		"čt";/
+		"pá";/
+		"so"
+
+day		"neděle";/
+		"pondělí";/
+		"úterý";/
+		"středa";/
+		"čtvrtek";/
+		"pátek";/
+		"sobota"
 
 alt_mon		"leden";/
 		"únor";/

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

only message in thread, other threads:[~2024-06-11 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 10:40 [glibc] localedata: Lowercase day and abday in cs_CZ 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).