New Crowdin translations (#1696)

This commit is contained in:
Lipis 2020-06-02 02:42:37 +03:00 committed by GitHub
parent d3d9994c74
commit 3f31a6ce89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 117 additions and 116 deletions

View file

@ -20,6 +20,7 @@ export const languages = [
{ lng: "pl-PL", label: "Polski", data: require("./locales/pl-PL.json") },
{ lng: "pt-PT", label: "Português", data: require("./locales/pt-PT.json") },
{ lng: "ru-RU", label: "Русский", data: require("./locales/ru-RU.json") },
{ lng: "uk-UA", label: "Українська", data: require("./locales/uk-UA.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") },