From 32e9bc4eb2a570621b591c6ec3bee5cb4185b6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Hrub=C3=BD?= Date: Wed, 16 Oct 2024 11:54:34 +0200 Subject: [PATCH] Fix date picker week labels --- src/locales/common/csCZ.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/common/csCZ.ts b/src/locales/common/csCZ.ts index 32ad2e50887..1b557089bf7 100644 --- a/src/locales/common/csCZ.ts +++ b/src/locales/common/csCZ.ts @@ -25,7 +25,7 @@ const csCZ: NLocale = { DatePicker: { yearFormat: 'yyyy', monthFormat: 'MMM', - dayFormat: 'EEEE', + dayFormat: 'EEEEEE', yearTypeFormat: 'yyyy', monthTypeFormat: 'MMM-yyyy', dateFormat: 'd-M-yyyy',