feat(locale): add Norwegian Bokmål language (#3095)

This commit is contained in:
Sigve Hansen
2025-01-14 10:28:49 +01:00
committed by GitHub
parent 1bf370e6fd
commit 9ccfe8fbb3
3 changed files with 57 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export { default as id } from './id'
export { default as it } from './it'
export { default as ja } from './ja'
export { default as ko } from './ko'
export { default as nb_no } from './nb_no'
export { default as nl } from './nl'
export { default as pl } from './pl'
export { default as pt } from './pt'