mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 12:46:19 +00:00
Update langs.js
This commit is contained in:
parent
2c4b827de7
commit
8354c250d4
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ const supportLangs = [
|
|||
value: 'uk-UA',
|
||||
icon: '🇺🇦',
|
||||
},
|
||||
{
|
||||
name: 'Türkçe',
|
||||
value: 'tr-TR',
|
||||
icon: '🇹🇷',
|
||||
},
|
||||
];
|
||||
|
||||
function getLang() {
|
||||
|
|
Loading…
Reference in a new issue