[feature] Russian lang

This commit is contained in:
MHSanaei
2023-05-08 14:43:02 +03:30
parent bcb2f125ff
commit 00777e3a25
2 changed files with 7 additions and 2 deletions

View File

@@ -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(){