Fix Norwegian Bokmål

This commit is contained in:
root
2022-01-19 03:38:08 +05:30
parent e107dcb379
commit 9fb1d99b78
+2 -1
View File
@@ -18,7 +18,8 @@ export const i18n = new VueI18n({
})
const TIME_AGO_EXCEPTIONS = {
'bn-Beng': 'bn'
'bn-Beng': 'bn',
'nb-NO': 'nb'
}
async function syncStylesPerLanguage (locale) {