Add czech locale (#339)

This commit is contained in:
Luke Vella 2022-10-26 15:10:36 +01:00 committed by GitHub
parent 2092fa639b
commit 0280489e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 212 additions and 15 deletions

View file

@ -60,6 +60,11 @@ const dayjsLocales: Record<
timeFormat: "24h",
import: () => import("dayjs/locale/sv"),
},
cs: {
weekStartsOn: "monday",
timeFormat: "24h",
import: () => import("dayjs/locale/cs"),
},
pl: {
weekStartsOn: "monday",
timeFormat: "24h",