update: relocate the langs.js

This commit is contained in:
Mohammad Foroughi
2022-10-29 23:29:10 +03:30
parent 90cb773ca6
commit 74b5dcdf28

View File

@@ -2,11 +2,11 @@ supportLangs = [
{
name : "English",
value : "en_US",
icon : "🇨🇳"
icon : "🇺🇸"
},
{
name : "汉语",
value : "zh_Hans",
icon : "🇺🇸"
icon : "🇨🇳"
},
]