From cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 11 Aug 2025 09:02:00 +0000 Subject: (대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/form-data/form-data-table.tsx | 33 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'components/form-data/form-data-table.tsx') diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx index 9936e870..be37de7a 100644 --- a/components/form-data/form-data-table.tsx +++ b/components/form-data/form-data-table.tsx @@ -172,7 +172,7 @@ export default function DynamicTable({ const params = useParams(); const router = useRouter(); const lng = (params?.lng as string) || "ko"; - const { t } = useTranslation(lng, "translation"); + const { t } = useTranslation(lng, "engineering"); const [rowAction, setRowAction] = React.useState | null>(null); @@ -719,7 +719,7 @@ export default function DynamicTable({ onClick={handleBatchDelete} > - Delete ({selectedRowCount}) + {t("buttons.delete")} ({selectedRowCount}) )} @@ -733,7 +733,7 @@ export default function DynamicTable({