New Crowdin Translations (#845)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Simplified)

* Update i18n.ts

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Spanish)

* New translations en.json (Turkish)

* New translations en.json (Chinese Simplified)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (Indonesian)

* Update i18n.ts

* Update i18n.ts

* New translations en.json (French)
This commit is contained in:
Lipis 2020-03-07 01:01:01 +02:00 committed by GitHub
parent 8d1c897962
commit 1a6431a04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 219 additions and 12 deletions

View file

@ -5,6 +5,7 @@ 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: "id", label: "Bahasa Indonesia", data: require("./locales/id.json") },
{ lng: "no", label: "Norsk", data: require("./locales/no.json") },
{ lng: "pl", label: "Polski", data: require("./locales/pl.json") },
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },