add zh_cn

This commit is contained in:
lingxh
2026-04-07 01:11:04 +02:00
committed by Linus Rath
parent c3f60448ad
commit 05d3f0b469
13 changed files with 2517 additions and 4 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ export function LanguageSwitcher({ className }: { className?: string }) {
{ value: 'nl', label: 'Nederlands' },
{ value: 'pl', label: 'Polski' },
{ value: 'pt', label: 'Português' },
{ value: 'ru', label: 'Русский' }
{ value: 'ru', label: 'Русский' },
{ value: 'zh', label: '简体中文' }
];
return (