From 65429d3d67f46d66ff7ba0c67ff7c6092114b5b1 Mon Sep 17 00:00:00 2001 From: Chiahong <36815907+ChiahongHong@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:32:02 +0000 Subject: [PATCH] fix(i18n): Add missing translation for delete action --- src/app/pages/clients/[id].vue | 2 +- src/i18n/locales/en.json | 1 + src/i18n/locales/zh-TW.json | 11 ++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/pages/clients/[id].vue b/src/app/pages/clients/[id].vue index 9c91cf28..c52e903e 100644 --- a/src/app/pages/clients/[id].vue +++ b/src/app/pages/clients/[id].vue @@ -179,7 +179,7 @@ @delete="deleteClient" >