Skip to content

Commit

Permalink
Fix 'cs' locale (Eonasdan#2928)
Browse files Browse the repository at this point in the history
Wrong locale (de => cs)
  • Loading branch information
sieberlukas authored Aug 5, 2024
1 parent 4bc7c19 commit feea120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/locales/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const localization = {
selectTime: 'Vybrat čas',
selectDate: 'Vybrat datum',
dayViewHeaderFormat: { month: 'long', year: '2-digit' },
locale: 'de',
locale: 'cs',
startOfTheWeek: 1,
dateFormats: {
LTS: 'HH:mm:ss',
Expand Down

0 comments on commit feea120

Please sign in to comment.