Skip to content

Commit feea120

Browse files
authored
Fix 'cs' locale (#2928)
Wrong locale (de => cs)
1 parent 4bc7c19 commit feea120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/locales/cs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const localization = {
2828
selectTime: 'Vybrat čas',
2929
selectDate: 'Vybrat datum',
3030
dayViewHeaderFormat: { month: 'long', year: '2-digit' },
31-
locale: 'de',
31+
locale: 'cs',
3232
startOfTheWeek: 1,
3333
dateFormats: {
3434
LTS: 'HH:mm:ss',

0 commit comments

Comments
 (0)