From 272abfbd4cdcc152c64eee40ea71249d0479f451 Mon Sep 17 00:00:00 2001 From: "El-Shafei H." Date: Mon, 14 Jul 2025 09:55:06 +0300 Subject: [PATCH] fix: add Translator role to Translation DocType (#33297) --- frappe/core/doctype/translation/translation.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frappe/core/doctype/translation/translation.json b/frappe/core/doctype/translation/translation.json index a4ea16f6c8..5e14750c71 100644 --- a/frappe/core/doctype/translation/translation.json +++ b/frappe/core/doctype/translation/translation.json @@ -101,6 +101,18 @@ "role": "System Manager", "share": 1, "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Translator", + "share": 1, + "write": 1 } ], "sort_field": "creation", @@ -108,4 +120,4 @@ "states": [], "title_field": "source_text", "track_changes": 1 -} \ No newline at end of file +}