How to handle manual Hyphenation?
When I insert a soft hypen to a string like this:
[Texts]
#without hypen
"Short in English" = "Suchalongwordwhichbreaksboxboundaries"
#with hypen
"Short in English" = "Suchalong­wordwhich­breaksbox­boundaries"
...it works, as long as only used in HTML.
with
[Labels]
[[Generic]]
rain = Nieder­schlag
I get into minor trouble, because the entity is not escaped when rendering Images:
How can I solve this without specifying it two times? I refer to the Label both, in HTML and the image, but need to let the browser hyphenate it und certain circumstances in an adaptive layout.
Or, is specifying it two times the way to go, since these are distinct elements, and they are just the same string?