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.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js
index d0bdaf37..e83b05f3 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -1,4 +1,4 @@
-supportLangs = [
+const supportLangs = [
{
name : "English",
value : "en-US",
@@ -14,6 +14,11 @@ supportLangs = [
value : "zh-Hans",
icon : "🇨🇳"
},
+ {
+ name : "Russian",
+ value : "ru_RU",
+ icon : "🇷🇺"
+ },
]
function getLang(){