diff mbox series

localedata: Lowercase day and abday in cs_CZ

Message ID 20240611102327.77591-1-mfabian@redhat.com
State New
Headers show
Series localedata: Lowercase day and abday in cs_CZ | expand

Commit Message

Mike FABIAN June 11, 2024, 10:23 a.m. UTC
Resolves: BZ # 25119

Also to sync with CLDR
---
 localedata/locales/cs_CZ | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
diff mbox series

Patch

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";/