From 73fa0994a6f318f0340102616bc47c075892dbfb Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:58:46 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/zh-CN.ts | 2 +- src/i18n/locales/zh-TW.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index f79efb5..94f17ec 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "最近的笔记", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `查看更多${remaining}篇笔记 →`, }, }, }; diff --git a/src/i18n/locales/zh-TW.ts b/src/i18n/locales/zh-TW.ts index 07ccd77..a083344 100644 --- a/src/i18n/locales/zh-TW.ts +++ b/src/i18n/locales/zh-TW.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "最近的筆記", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `查看更多 ${remaining} 篇筆記 →`, }, }, };