From 283688452f0c2e55e3509e77c2181382357b37b1 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 13 Aug 2024 16:00:58 +0800 Subject: [PATCH] :globe_with_meridians: Add i18n tool chain and landing page translation to simplified chinese --- app.vue | 1 + i18n.config.ts | 3 +++ lang/en-US.json | 9 +++++++++ lang/zh-CN.json | 9 +++++++++ layouts/default.vue | 25 +++++++++++++++++++++++++ nuxt.config.ts | 18 ++++++++++++++++++ package.json | 1 + pages/index.vue | 23 ++++++++++++----------- 8 files changed, 78 insertions(+), 11 deletions(-) create mode 100644 i18n.config.ts create mode 100644 lang/en-US.json create mode 100644 lang/zh-CN.json diff --git a/app.vue b/app.vue index 45d7509..4ea47a4 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,6 @@