From ce694701a92643bd01c1f473bac47de188de1ac7 Mon Sep 17 00:00:00 2001 From: erio Date: Mon, 30 Mar 2026 17:26:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E6=B8=A0=E9=81=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 67f52ea0..4c0f0a48 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -285,7 +285,9 @@ const routes: RouteRecordRaw[] = [ meta: { requiresAuth: true, requiresAdmin: true, - title: 'Channel Management' + title: 'Channel Management', + titleKey: 'admin.channels.title', + descriptionKey: 'admin.channels.description' } }, {