Add Norweigan translations (#7086)

This commit is contained in:
Tom Moor
2024-06-19 08:19:16 -04:00
committed by GitHub
parent d7ee63217b
commit 711b8acebc
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ export const languageOptions = [
label: "Nederland (Dutch, Netherlands)",
value: "nl_NL",
},
{
label: "Norsk Bokmål (Norwegian)",
value: "nb_NO",
},
{
label: "Português (Portuguese, Brazil)",
value: "pt_BR",

View File

@@ -18,6 +18,7 @@ import {
it,
ja,
ko,
nb,
nl,
ptBR,
pt,
@@ -168,6 +169,7 @@ const locales = {
it_IT: it,
ja_JP: ja,
ko_KR: ko,
nb_NO: nb,
nl_NL: nl,
pt_BR: ptBR,
pt_PT: pt,