mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 01:06:22 +02:00
🇳🇴 Enable Norwegian locale
This commit is contained in:
parent
db3aebcb64
commit
06eca8f61c
2 changed files with 6 additions and 0 deletions
|
@ -118,6 +118,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/nl"),
|
||||
},
|
||||
no: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/nb"), // Bokmål
|
||||
},
|
||||
hu: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue