mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
[feature] Russian lang
This commit is contained in:
parent
bcb2f125ff
commit
00777e3a25
2 changed files with 7 additions and 2 deletions
|
@ -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(){
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"username" = "имя пользователя"
|
||||
"password" = "пароль"
|
||||
"login" = "логин
|
||||
"login" = "логин"
|
||||
"confirm" = "подтвердить"
|
||||
"cancel" = "отмена"
|
||||
"close" = "закрыть"
|
||||
|
|
Loading…
Reference in a new issue