-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respect rte allow tags in translate request #288
base: 3.0
Are you sure you want to change the base?
Conversation
At first the PR was working for my case. However with some more testing i encountered the following. I have bodytext with the text:
I did a test case with a glossary (replace words with my and colleagues name): cheese with NL translation = 'joey' the translation result was:
Something still seems to be incorrect here. Edit: Adding |
36b8c00
to
c888183
Compare
With this change the RTE configuration is determined from the field to be translated. To give deepl a list of allowed HTML tags. To allow a correct separation in the translated text with HTML tag.
c888183
to
2187a72
Compare
With this change the RTE configuration is determined from the field to be translated. To give deepl a list of allowed HTML tags.
To allow a correct separation in the translated text with HTML tag.
Resolve #278