Add Chinese Simplified (#1990)

* Add Chinese Simplified

* fix formatting

---------

Co-authored-by: Bernd Storath <999999bst@gmail.com>
This commit is contained in:
杨黄林
2025-06-30 13:55:00 +08:00
committed by GitHub
parent 629c184195
commit 501a784264
3 changed files with 243 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@ import uk from './locales/uk.json';
import fr from './locales/fr.json';
import de from './locales/de.json';
import zhhk from './locales/zh-HK.json';
import zhcn from './locales/zh-CN.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -13,5 +14,6 @@ export default defineI18nConfig(() => ({
fr,
de,
'zh-HK': zhhk,
'zh-CN': zhcn,
},
}));