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:
committed by
GitHub
parent
6004457666
commit
f017b4968c
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user