Add Norweigan translations (#7086)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user