Hey,
So this isn't related to the Translate API, just plain ol' Google Translate, but there's no other place to voice this issue - so here it goes.
Pretty much, when running my site through Google Translate, the HTML is modified such that it breaks pretty much the entirety of my website.
This includes removing block level anchor elements (in this case, those which contain heading elements) which destroys a large number of important layout and navigation elements, merging multiple span elements into one huge span, and breaking SVGs.
Example:
Does anyone know why this might be occurring or how I might go about fixing this? Google Translate working properly is really important for my site as I get a large portion of visitors who can't read English very well.
Thanks,
Joe