mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 04:36:20 +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',
|
value: 'uk-UA',
|
||||||
icon: '🇺🇦',
|
icon: '🇺🇦',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Türkçe',
|
||||||
|
value: 'tr-TR',
|
||||||
|
icon: '🇹🇷',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
function getLang() {
|
function getLang() {
|
||||||
|
|
Loading…
Reference in a new issue