Python Forum

Full Version: BeautifulSoup - I can't translate html tags that contain <a href=..</a> OR <em></em>
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
OK, I see what are you doing.

You are trying to replace the original with the translated text.

Then you need to pinpoint the inside tags and translate them separately and put back together that p tag.

And here is the problem, because of the different language semantics, word order, etc.
Pages: 1 2