New Crowdin translations (Dutch) (#1187)

* New translations en.json (Dutch)

* Update i18n.ts
This commit is contained in:
Lipis
2020-04-03 16:06:30 +03:00
committed by GitHub
parent 980d08ce56
commit c1b067a8b9
2 changed files with 59 additions and 58 deletions

View File

@@ -13,6 +13,7 @@ export const languages = [
},
{ lng: "it-IT", label: "Italiano", data: require("./locales/it-IT.json") },
{ lng: "hu-HU", label: "Magyar", data: require("./locales/hu-HU.json") },
{ lng: "nl-NL", label: "Nederlands", data: require("./locales/nl-NL.json") },
{ lng: "no-No", label: "Norsk", data: require("./locales/no-NO.json") },
{ lng: "pl-PL", label: "Polski", data: require("./locales/pl-PL.json") },
{ lng: "pt-PT", label: "Português", data: require("./locales/pt-PT.json") },