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
@@ -15,6 +15,7 @@ import tr from './locales/tr.json';
|
||||
import bn from './locales/bn.json';
|
||||
import id from './locales/id.json';
|
||||
import nl from './locales/nl.json';
|
||||
import nb from './locales/nb.json';
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
@@ -37,5 +38,6 @@ export default defineI18nConfig(() => ({
|
||||
bn,
|
||||
id,
|
||||
nl,
|
||||
nb,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user