From cdebd05dc92135229306ebf261fb62437581c7e9 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 23 Apr 2025 16:30:25 +0000
Subject: [PATCH] fix(wikilinks): dont default empty alias
---
quartz/i18n/locales/ja-JP.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/locales/ja-JP.ts b/quartz/i18n/locales/ja-JP.ts
index d429db4..9581b5e 100644
--- a/quartz/i18n/locales/ja-JP.ts
+++ b/quartz/i18n/locales/ja-JP.ts
@@ -65,6 +65,7 @@
error: {
title: "Not Found",
notFound: "ページが存在しないか、非公開設定になっています。",
+ home: "ホームページに戻る",
},
folderContent: {
folder: "フォルダ",
--
Gitblit v1.10.0