Add danish locale (#321)

This commit is contained in:
Luke Vella 2022-09-26 19:26:18 +01:00 committed by GitHub
parent 313d2eab76
commit 9256eb7135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 196 additions and 0 deletions

View file

@ -35,6 +35,11 @@ const dayjsLocales: Record<
timeFormat: "24h",
import: () => import("dayjs/locale/es"),
},
da: {
weekStartsOn: "monday",
timeFormat: "24h",
import: () => import("dayjs/locale/da"),
},
de: {
weekStartsOn: "monday",
timeFormat: "24h",