mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +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",
|
timeFormat: "hours24",
|
||||||
import: () => import("dayjs/locale/nl"),
|
import: () => import("dayjs/locale/nl"),
|
||||||
},
|
},
|
||||||
|
no: {
|
||||||
|
weekStart: 1,
|
||||||
|
timeFormat: "hours24",
|
||||||
|
import: () => import("dayjs/locale/nb"), // Bokmål
|
||||||
|
},
|
||||||
hu: {
|
hu: {
|
||||||
weekStart: 1,
|
weekStart: 1,
|
||||||
timeFormat: "hours24",
|
timeFormat: "hours24",
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"it": "Italiano",
|
"it": "Italiano",
|
||||||
"hu": "Magyar",
|
"hu": "Magyar",
|
||||||
"nl": "Nederlands",
|
"nl": "Nederlands",
|
||||||
|
"no": "Norsk",
|
||||||
"pl": "Polski",
|
"pl": "Polski",
|
||||||
"pt-BR": "Português - Brasil",
|
"pt-BR": "Português - Brasil",
|
||||||
"sk": "Slovenčina",
|
"sk": "Slovenčina",
|
||||||
|
|
Loading…
Add table
Reference in a new issue