scelis / twine

Twine is a command line tool for managing your strings and their translations.
Other
840 stars 151 forks source link

Html tag not working (Android) #240

Closed kusan-thana closed 6 years ago

kusan-thana commented 6 years ago

Twine version : 1.0.3

On Windows, this :

en = Test : <a href="test">Cliquez-ici<\a>

gives me

<string name="update_dialog_txt_update_1">Test : <a href="test">Cliquez-ici&lt;\a></string>

instead of :

<string name="update_dialog_txt_update_1">Test : <a href="test">Cliquez-ici<\a></string>

or

<string name="update_dialog_txt_update_1">Test : &lt;a href="test">Cliquez-ici&lt;\a></string>

sebastianludwig commented 6 years ago

That does not look right. I'll take a look tomorrow. Thanks for reporting!

sebastianludwig commented 6 years ago

mh, well, it all works correctly, if you close the a-tag with an / ;-)