translate-html
translate-html copied to clipboard
translate some html attributs
can attribute translation be easily implemented?
for example translating the "alt" attribute of an image
<img src="..." alt"some text" />
I think it should be possible. "alt" is the main attribute that we probably want to translate for HTML.