How to avoid translation tools from messing up HTML tags?
Posted
by janoChen
on Stack Overflow
See other posts from Stack Overflow
or by janoChen
Published on 2010-03-14T08:36:58Z
Indexed on
2010/03/14
8:45 UTC
Read the original article
Hit count: 205
translation
|html
I always use Google translate and paste back the the results in Vim. But for some reason Google translate also screws up the HTML tags around the content I want to translate. Is there a solution for this?
For instance, the double quotes are translated to Chinese-cased double quotes:
'pictures_h2'=>“??????????
Strong and li tags are translated too (well I kinda expected that).
P S : IS there any translator which respect HTML tags? or translation plugin for Vim?
© Stack Overflow or respective owner