add norwegian bokmål to menu

This commit is contained in:
ImUrX
2023-01-31 16:13:20 -03:00
parent 8bafa95b56
commit b5cb01eec3
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ export const langs = [
name: '🇰🇷 한국어',
key: 'ko',
},
{
name: '🇳🇴 Norsk bokmål',
key: 'nb-NO',
},
{
name: '🇳🇱 Nederlands',
key: 'nl',

View File

@@ -10,6 +10,7 @@ locales = [
"it",
"ja",
"ko",
"nb-NO",
'nl',
"pl",
"pt-BR",