localedata: Lowercase day and abday in cs_CZ

Message ID 20240611102327.77591-1-mfabian@redhat.com
State Committed
Delegated to: Mike Fabian
Headers
Series localedata: Lowercase day and abday in cs_CZ |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
redhat-pt-bot/TryBot-32bit success Build for i686
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_glibc_build--master-arm warning Patch is already merged

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

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