1. How to translate the input of rich text with one click?
Rich text inputs are all marked with html tags. How to translate the contents of the tags well without affecting the original tags
for example:
<img src="xxx">
<span></span>
results after translation
hello
<img src="xxx">
<span>who am i?</span>