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:
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 77c2c287..9038fc54 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -19,6 +19,11 @@ const supportLangs = [
value: 'ru-RU',
icon: '🇷🇺',
},
+ {
+ name: 'Tiếng Việt',
+ value: 'vi-VN',
+ icon: '🇻🇳',
+ },
];
function getLang() {