mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 14:17:49 +02:00
Add danish locale (#321)
This commit is contained in:
parent
313d2eab76
commit
9256eb7135
8 changed files with 196 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue