Added Norwegian Bokmål (#685)

* Added Norwegian Bokmål

* Lint long line
This commit is contained in:
rubjo 2020-02-03 13:38:07 +01:00 committed by GitHub
parent a2db55ae2b
commit 23d40ae4a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 86 additions and 0 deletions

View file

@ -5,6 +5,11 @@ export const languages = [
{ lng: "de", label: "Deutsch", data: require("./locales/de.json") },
{ lng: "es", label: "Español", data: require("./locales/es.json") },
{ lng: "fr", label: "Français", data: require("./locales/fr.json") },
{
lng: "nb-no",
label: "Norsk Bokmål",
data: require("./locales/nb-no.json"),
},
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
{ lng: "ru", label: "Русский", data: require("./locales/ru.json") },
];