lx-music-desktop/src/lang/languages.json
2021-12-03 22:11:11 +08:00

21 lines
314 B
JSON

[
{
"name": "简体中文",
"locale": "zh-cn",
"alternate": "zh-hans",
"country": "cn",
"fallback": true
},
{
"name": "繁体中文",
"locale": "zh-tw",
"alternate": "zh-hk",
"country": "cn"
},
{
"name": "English",
"locale": "en-us",
"country": "us"
}
]