mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +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",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"it": "Italiano",
|
||||
"hu": "Magyar",
|
||||
"nl": "Nederlands",
|
||||
"no": "Norsk",
|
||||
"pl": "Polski",
|
||||
"pt-BR": "Português - Brasil",
|
||||
"sk": "Slovenčina",
|
||||
|
|
Loading…
Add table
Reference in a new issue