Add croatian locale (#411)

This commit is contained in:
Luke Vella 2023-01-20 12:31:13 +00:00 committed by GitHub
parent 25d50a9768
commit 5d4a6b26aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 197 additions and 0 deletions

View file

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