New Crowdin translations (#1020)

This commit is contained in:
Lipis 2020-03-20 18:32:46 +02:00 committed by GitHub
parent edd54d93b3
commit 46e619d800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 82 deletions

View file

@ -17,6 +17,7 @@ export const languages = [
{ lng: "tr-TR", label: "Türkçe", data: require("./locales/tr-TR.json") },
{ lng: "ko-KR", label: "한국어", data: require("./locales/ko-KR.json") },
{ lng: "zh-TW", label: "繁體中文", data: require("./locales/zh-TW.json") },
{ lng: "zh-CN", label: "简体中文", data: require("./locales/zh-CN.json") },
];
let currentLanguage = languages[0];