From 0a64e8bb9a1d79c5373ad19c6d744bff74a3fc56 Mon Sep 17 00:00:00 2001 From: whats2000 Date: Wed, 18 Sep 2024 10:06:31 +0800 Subject: [PATCH] Fix: Fix the wrong subtitle of the carousel section --- src/i18n/locales/en/translation.json | 4 ++-- src/i18n/locales/zh_CN/translation.json | 2 +- src/i18n/locales/zh_TW/translation.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 0ed986d..5007130 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -100,8 +100,8 @@ "title": "Server Content", "subtitles": [ "Latest Survival Progress", - "Latest Architectural Works", - "Latest Redstone Creations" + "Latest Redstone Creations", + "Latest Architectural Works" ] } }, diff --git a/src/i18n/locales/zh_CN/translation.json b/src/i18n/locales/zh_CN/translation.json index 9e9544a..6db66d6 100644 --- a/src/i18n/locales/zh_CN/translation.json +++ b/src/i18n/locales/zh_CN/translation.json @@ -98,7 +98,7 @@ }, "carousel": { "title": "服务器内容", - "subtitles": ["最新生存进度", "最新建筑作品", "最新红石作品"] + "subtitles": ["最新生存进度", "最新红石作品", "最新建筑作品"] } }, "notFound": { diff --git a/src/i18n/locales/zh_TW/translation.json b/src/i18n/locales/zh_TW/translation.json index 3b0f337..86a6962 100644 --- a/src/i18n/locales/zh_TW/translation.json +++ b/src/i18n/locales/zh_TW/translation.json @@ -98,7 +98,7 @@ }, "carousel": { "title": "伺服器內容", - "subtitles": ["最新生存進度", "最新建築作品", "最新紅石作品"] + "subtitles": ["最新生存進度", "最新紅石作品", "最新建築作品"] } }, "notFound": {