mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
Fix Language Code
Simplified Chinese language code is usually "zh-CN"
This commit is contained in:
parent
643e9e5dbd
commit
a61cac50a3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const supportLangs = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '汉语',
|
name: '汉语',
|
||||||
value: 'zh-Hans',
|
value: 'zh-CN',
|
||||||
icon: '🇨🇳',
|
icon: '🇨🇳',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue