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
+5
View File
@@ -54,6 +54,11 @@ export default defineNuxtConfig({
language: 'zh-HK',
name: '繁體中文(香港)',
},
{
code: 'zh-CN',
language: 'zh-CN',
name: '简体中文',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',