Fix Language Code for CN (#2501)

This commit is contained in:
bigbug
2024-08-28 17:30:49 +08:00
committed by GitHub
parent 6b3b1b6cbc
commit 9e73c82eb3
6 changed files with 1127 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ const supportLangs = [
icon: '🇮🇷',
},
{
name: '汉语',
value: 'zh-Hans',
name: '中文',
value: 'zh-CN',
icon: '🇨🇳',
},
{