Update langs.js

This commit is contained in:
mhsanaei 2024-08-02 11:31:58 +02:00
parent 2c4b827de7
commit 8354c250d4

View file

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