Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtageldi Didarov <didarov.atageldi@gmail.com>2024-08-02 12:32:56 +0300
committerGitHub <noreply@github.com>2024-08-02 12:32:56 +0300
commitc489673130281bb32670a0f337d12ceddda177f4 (patch)
treed1cb3c0a04ef3a4ed52f26f01742d0a0b6aacad5 /web/assets
parent2544305fb952810f0af54ef4f2cdcbf8d4b5d7db (diff)
Added Turkish translation (#2442)
* create translate.tr_TR.toml * added confirmToggle key * Update langs.js
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/langs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js
index a7364bcb..17bef741 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -39,6 +39,11 @@ const supportLangs = [
value: 'uk-UA',
icon: '🇺🇦',
},
+ {
+ name: 'Türkçe',
+ value: 'tr-TR',
+ icon: '🇹🇷',
+ },
];
function getLang() {