From 907b176bf38379428c7ad2b66877723482747e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Tue, 3 Sep 2024 14:47:10 +0200 Subject: [PATCH] feat: allow machine translation and TM when user can edit --- webapp/src/component/task/TaskDetail.tsx | 2 +- webapp/src/i18n/cs.json | 26 ++++++++++++++++++++++++ webapp/src/i18n/da.json | 26 ++++++++++++++++++++++++ webapp/src/i18n/en.json | 26 ++++++++++++++++++++++++ webapp/src/i18n/ro.json | 26 ++++++++++++++++++++++++ 5 files changed, 105 insertions(+), 1 deletion(-) diff --git a/webapp/src/component/task/TaskDetail.tsx b/webapp/src/component/task/TaskDetail.tsx index 4beb346a22..3ef6b12178 100644 --- a/webapp/src/component/task/TaskDetail.tsx +++ b/webapp/src/component/task/TaskDetail.tsx @@ -190,7 +190,7 @@ export const TaskDetail = ({ task, onClose, projectId }: Props) => {