angular-gettext icon indicating copy to clipboard operation
angular-gettext copied to clipboard

Translation brokes with strings with “/n” (new string) symbol

Open Ohar opened this issue 9 years ago • 0 comments

Sadly it prevents me from using multistring title attributes

E.g. doesn`t work this way:

<span title="{{'Hello\nWorld!' | translate}}">text</span>

Ohar avatar Nov 27 '15 09:11 Ohar