From 0f0dc4b9879e585a652a129a07151f3cfb1feb05 Mon Sep 17 00:00:00 2001 From: mzaxd Date: Tue, 27 Jan 2026 21:42:06 +0800 Subject: [PATCH] feat: add Timeline link to navigation with i18n support --- src/app/[locale]/layout.tsx | 6 ++++++ src/messages/en.json | 1 + src/messages/zh.json | 1 + 3 files changed, 8 insertions(+) diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index d71862e..7de0c1f 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -81,6 +81,12 @@ export default async function LocaleLayout({ > {tNav('keywordCloud')} + + {tNav('timeline')} +