Hi,
Am 12.05.23 um 14:23 schrieb
iris.h...@zhaw.ch:
>
> Hello Simon
>
> I have the same problem. Does the suggested solution work for you?
>
> The HTML rendering doesn't work for me at all.
if I remember it correct,
try <br/> in the JSON and you have to change the template for that,
instead of
<p>{{some.i18n.string | translate}}</p>
use
<p [innerHTML]="'some.i18n.string' | translate"></p>
Michael