🇳🇴 Enable Norwegian locale

This commit is contained in:
Luke Vella 2023-08-23 16:28:04 +01:00
parent db3aebcb64
commit 06eca8f61c
2 changed files with 6 additions and 0 deletions

View file

@ -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",

View file

@ -10,6 +10,7 @@
"it": "Italiano",
"hu": "Magyar",
"nl": "Nederlands",
"no": "Norsk",
"pl": "Polski",
"pt-BR": "Português - Brasil",
"sk": "Slovenčina",