- Issue created by @tgoeg
-
bigbabert →
committed 7b34e39e on 1.0.x
Issue #3526590 by tgoeg, bigbabert: Text parts with markup lost with...
-
bigbabert →
committed 7b34e39e on 1.0.x
- 🇮🇹Italy bigbabert Milano, Italy
HI @tgoeg,
i had a look and the problem is that the Google Translate API's free endpoint (translate_a/single) is designed for simple text translation and doesn't handle HTML markup well. It's breaking the HTML structure and not translating all content properly.
I added an additional method to handle only partial text translation when using the free google APIs and tested the issue now is fixed.
Best regards