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 +}