chore(i18n): partial Simplified Chinese localization (draft) (#143)

* Chinese i18n

* fix(i18n): corrected mislabeled language name from "中国人" to "简体中文"

* chore(i18n): initial Simplified Chinese translation
This commit is contained in:
风间苏苏 2025-06-06 14:29:49 +08:00 committed by GitHub
parent c7c39676d1
commit b4b19d2263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 201 additions and 201 deletions

View file

@ -46,7 +46,7 @@ export default function LocaleSwitcher() {
},
{
value: 'zh-CN',
label: '中国人'
label: '简体中文'
}
]}
/>