Added Turkish translation (#2442)

* create translate.tr_TR.toml

* added confirmToggle key

* Update langs.js
This commit is contained in:
Atageldi Didarov
2024-08-02 14:32:56 +05:00
committed by GitHub
parent 2544305fb9
commit c489673130
2 changed files with 645 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ const supportLangs = [
value: 'uk-UA',
icon: '🇺🇦',
},
{
name: 'Türkçe',
value: 'tr-TR',
icon: '🇹🇷',
},
];
function getLang() {