mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-17 20:54:40 +03:00
[feature] Russian lang
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user