Closed (fixed)
Project:
TMGMT DeepL Integration
Version:
2.3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2024 at 14:00 UTC
Updated:
20 Sep 2025 at 08:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
steffenrComment #3
steffenr@idebr: If you are still interested in the issue, you may provide more information on what should be taken into account.
By means of the documentation, the task of translating documents is related to "real files", which are uploaded to drupal.
I'm not sure, if this is even possible within tmgmt.
Comment #4
steffenrComment #5
idebr commentedMy project requirement is pretty basic:
- Upload a file in a node
- Automatically translate the file when translating the node using Deepl
This is supported by tmgmt, see #2276825: Translate files / attachments
The priority for automatic translations for documents in my project has been lowered, so I don't expect to do any development on this feature in the short term
Comment #7
idebr commentedTMGMT enables additional settings when a translator plugin includes "files = TRUE" in its annotation
I will continue to iterate on this issue next week.
Comment #8
idebr commentedComment #9
steffenrIt would be nice, if you could add testing instructions on how to use the document translation.
I think i'll find some time next week for further testing - right now i'm heavily involved in projects at work.
Comment #10
idebr commentedTMGMT supports translation of files on a conceptual level, see https://www.drupal.org/node/3392215
The mimetypes that should be translated can be selected at /admin/tmgmt/settings under 'File translation'
Assuming you have a working setup with nodes, you can add a 'File upload' field to the content type and check the option 'Users may translate this field' in the field settings.
Comment #11
idebr commentedDeeplTranslatorBatch:: getTranslationOptions() is a bit messy right now since the settings priority is currently not implemented (Job settings > Translator settings > Translator plugin defaults). I filed a follow-up issue to start smoothing this out, see #3544849: Provide sensible default settings
Comment #13
steffenrI've build up a simple setup with a basic content type containing a translatable file field.
After attaching a PDF file and hitting the translation workflow the PDF is being translated without issues.
The translated file gets attached to the translated node and results look fine. DeepL is doing a good job while translating and keeps the structure/ formatting of the document.
I've attached the PDF as an example in here.
The MR will be merged into 2.3.x.