New Crowdin translations (#1508)

This commit is contained in:
Lipis 2020-05-05 17:56:29 +03:00 committed by GitHub
parent 452890204a
commit 028f9b4b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 99 additions and 98 deletions

View file

@ -21,6 +21,7 @@ export const languages = [
{ lng: "ru-RU", label: "Русский", data: require("./locales/ru-RU.json") },
{ lng: "fi-FI", label: "Suomi", data: require("./locales/fi-FI.json") },
{ lng: "tr-TR", label: "Türkçe", data: require("./locales/tr-TR.json") },
{ lng: "ja-JP", label: "日本語", data: require("./locales/ja-JP.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") },