add tr localization (#789)

This commit is contained in:
İsmail Namdar 2020-02-21 18:14:06 +03:00 committed by GitHub
parent ab176937e6
commit 626c99939e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 91 additions and 0 deletions

View file

@ -13,6 +13,7 @@ export const languages = [
{ lng: "pl", label: "Polski", data: require("./locales/pl.json") },
{ 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") },
];
let currentLanguage = languages[0];