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",
|
name : "English",
|
||||||
value : "en-US",
|
value : "en-US",
|
||||||
|
@ -14,6 +14,11 @@ supportLangs = [
|
||||||
value : "zh-Hans",
|
value : "zh-Hans",
|
||||||
icon : "🇨🇳"
|
icon : "🇨🇳"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : "Russian",
|
||||||
|
value : "ru_RU",
|
||||||
|
icon : "🇷🇺"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
function getLang(){
|
function getLang(){
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"username" = "имя пользователя"
|
"username" = "имя пользователя"
|
||||||
"password" = "пароль"
|
"password" = "пароль"
|
||||||
"login" = "логин
|
"login" = "логин"
|
||||||
"confirm" = "подтвердить"
|
"confirm" = "подтвердить"
|
||||||
"cancel" = "отмена"
|
"cancel" = "отмена"
|
||||||
"close" = "закрыть"
|
"close" = "закрыть"
|
||||||
|
|
Loading…
Reference in a new issue