New Crowdin translations (Greek) (#1118)

This commit is contained in:
Lipis 2020-03-31 14:44:29 +03:00 committed by GitHub
parent 81d4f611a3
commit e2e4f3c805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 341 additions and 90 deletions

View file

@ -4,6 +4,7 @@ export const languages = [
{ lng: "en", label: "English", data: require("./locales/en.json") },
{ lng: "de-DE", label: "Deutsch", data: require("./locales/de-DE.json") },
{ lng: "es-ES", label: "Español", data: require("./locales/es-ES.json") },
{ lng: "el-GR", label: "Ελληνικά", data: require("./locales/el-GR.json") },
{ lng: "fr-FR", label: "Français", data: require("./locales/fr-FR.json") },
{
lng: "id-ID",