mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-18 06:45:49 +00:00
update: create supoorted lanquage array
This commit is contained in:
12
web/assets/langs/langs.js
Normal file
12
web/assets/langs/langs.js
Normal file
@@ -0,0 +1,12 @@
|
||||
supportLangs = [
|
||||
{
|
||||
name : "English",
|
||||
value : "en_US",
|
||||
icon : "🇨🇳"
|
||||
},
|
||||
{
|
||||
name : "汉语",
|
||||
value : "zh_Hans",
|
||||
icon : "🇺🇸"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user