🌐 Add i18n tool chain and landing page translation to simplified chinese

This commit is contained in:
2024-08-13 16:00:58 +08:00
parent 2f14e3817a
commit 283688452f
8 changed files with 78 additions and 11 deletions

3
i18n.config.ts Normal file
View File

@@ -0,0 +1,3 @@
export default defineI18nConfig(() => ({
fallbackLocale: 'en',
}))