diff --git a/locales/en-US.json b/locales/en-UK.json similarity index 99% rename from locales/en-US.json rename to locales/en-UK.json index 64825a3..d1ae298 100644 --- a/locales/en-US.json +++ b/locales/en-UK.json @@ -40,7 +40,7 @@ "sectionTwo": { "title": "some of our clients" }, - "sectionThird": { + "sectionThree": { "title": "OUR PREVIOUS WORK", "topic": "Success Stories", "description": "See how these great companies have partnered with LandVault to take their iconic brands into the metaverse", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 0db3279..7203bd5 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -1,3 +1,7 @@ { - +"home": { + "sectionOne": { + "topic": "帮助元宇宙登陆者找到奇点坐标" + } +} } diff --git a/nuxt.config.ts b/nuxt.config.ts index a3d93b9..9b69683 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -58,7 +58,7 @@ export default defineNuxtConfig({ locales: [ { code: 'en', - file: 'en-US.json', + file: 'en-UK.json', }, { code: 'zh',