From cbfb637b7359362e2d98baed77db9992cf363002 Mon Sep 17 00:00:00 2001 From: Gabriel Gordon-Hall Date: Tue, 6 Jan 2026 10:24:33 +0000 Subject: [PATCH] fix i18n errors (#1796) --- frontend/src/i18n/locales/zh-Hant/tasks.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/locales/zh-Hant/tasks.json b/frontend/src/i18n/locales/zh-Hant/tasks.json index ae8f20c5..4c62ec0b 100644 --- a/frontend/src/i18n/locales/zh-Hant/tasks.json +++ b/frontend/src/i18n/locales/zh-Hant/tasks.json @@ -115,7 +115,9 @@ "refresh": "重新整理預覽", "copyUrl": "複製 URL", "openInTab": "在新分頁開啟", - "stopDevServer": "停止開發伺服器" + "stopDevServer": "停止開發伺服器", + "clickToEdit": "點擊以編輯 URL", + "resetUrl": "重設為偵測到的 URL" } }, "diff": {