From b76d966e1e6b2aee7617f1b059c57fd399aad9f0 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 25 Sep 2023 17:18:07 +0800 Subject: [PATCH] fix: site header translation --- src/lib/i18n/locales/zh/dashboard.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/i18n/locales/zh/dashboard.json b/src/lib/i18n/locales/zh/dashboard.json index b20856a6..da4026e6 100644 --- a/src/lib/i18n/locales/zh/dashboard.json +++ b/src/lib/i18n/locales/zh/dashboard.json @@ -229,5 +229,8 @@ "Edit portfolio": "编辑作品", "Edit short": "编辑图文", "Images": "图片", - "Content": "内容" + "Content": "内容", + "Home": "主页", + "Archives": "归档", + "About": "关于" }