New Crowdin translations (#998)

This commit is contained in:
Lipis 2020-03-18 19:59:48 +02:00 committed by GitHub
parent b7da524538
commit cb68153a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 26 additions and 36 deletions

View file

@ -11,6 +11,7 @@ export const languages = [
{ lng: "pt", label: "Português", data: require("./locales/pt.json") },
{ lng: "ru", label: "Русский", data: require("./locales/ru.json") },
{ lng: "tr", label: "Türkçe", data: require("./locales/tr.json") },
{ lng: "ko", label: "한국어", data: require("./locales/ko.json") },
];
let currentLanguage = languages[0];