Add Norwegian bokmål translation (#2447)

* add Norwegian bokmål translation

Signed-off-by: Runar Ingebrigtsen <runar@rin.no>

* add nb config, available in UI

Signed-off-by: Runar Ingebrigtsen <runar@rin.no>

---------

Signed-off-by: Runar Ingebrigtsen <runar@rin.no>
This commit is contained in:
Runar Ingebrigtsen
2026-02-02 08:18:31 +01:00
committed by GitHub
parent 6004457666
commit f017b4968c
3 changed files with 293 additions and 0 deletions
+5
View File
@@ -114,6 +114,11 @@ export default defineNuxtConfig({
language: 'nl-NL',
name: 'Nederlands',
},
{
code: 'nb',
language: 'nb-NO',
name: 'Norsk bokmål',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',