added tr to supported langs

This commit is contained in:
Sebastian 2022-02-24 12:50:45 -03:00
parent 2fe32014ef
commit 191914e60f
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -41,6 +41,9 @@ const supportedLang = {
de: "Deutsch [de]",
sv: "Svenska [sv]",
it: "Italiano [it]",
// ko: "한국어 [ko]",
// ru: "Ру́сский язы́к [ru]",
tr: "Türk [tr]"
};