add chinese

This commit is contained in:
Marvin 2025-06-05 17:30:49 +00:00
parent b75d0a921e
commit e885676ad8
2 changed files with 5 additions and 1 deletions

View file

@ -35,6 +35,10 @@ export default function LocaleSwitcher() {
{
value: 'tr-TR',
label: 'Türkçe'
},
{
value: 'zh-CN',
label: '中国人'
}
]}
/>