Closed GoogleCodeExporter closed 9 years ago
If you are using .tranlsate() then the `not` option won't work for elements
having textnode siblings, because the whole content of their parent node will
be translated. However you can add a `notranslate` class to them, which tells
the Language API that it should not translate the contents of the element.
But if you use the .translateTextNodes() method then it will only translate
text nodes, so this won't be a problem at all.
Original comment by balazs.endresz
on 30 Nov 2010 at 12:01
I won't fix this, because it would add too much performance overhead but I
updated the docs, so that it points out possible solutions.
Original comment by balazs.endresz
on 11 Mar 2011 at 8:59
Original issue reported on code.google.com by
JasperGoes
on 30 Nov 2010 at 9:03