Add Norweigan translations (#7086)
This commit is contained in:
@@ -45,6 +45,10 @@ export const languageOptions = [
|
|||||||
label: "Nederland (Dutch, Netherlands)",
|
label: "Nederland (Dutch, Netherlands)",
|
||||||
value: "nl_NL",
|
value: "nl_NL",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Norsk Bokmål (Norwegian)",
|
||||||
|
value: "nb_NO",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Português (Portuguese, Brazil)",
|
label: "Português (Portuguese, Brazil)",
|
||||||
value: "pt_BR",
|
value: "pt_BR",
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ import {
|
|||||||
it,
|
it,
|
||||||
ja,
|
ja,
|
||||||
ko,
|
ko,
|
||||||
|
nb,
|
||||||
nl,
|
nl,
|
||||||
ptBR,
|
ptBR,
|
||||||
pt,
|
pt,
|
||||||
@@ -168,6 +169,7 @@ const locales = {
|
|||||||
it_IT: it,
|
it_IT: it,
|
||||||
ja_JP: ja,
|
ja_JP: ja,
|
||||||
ko_KR: ko,
|
ko_KR: ko,
|
||||||
|
nb_NO: nb,
|
||||||
nl_NL: nl,
|
nl_NL: nl,
|
||||||
pt_BR: ptBR,
|
pt_BR: ptBR,
|
||||||
pt_PT: pt,
|
pt_PT: pt,
|
||||||
|
|||||||
Reference in New Issue
Block a user