angular-gettext
angular-gettext copied to clipboard
Translation brokes with strings with “/n” (new string) symbol
Sadly it prevents me from using multistring title attributes
E.g. doesn`t work this way:
<span title="{{'Hello\nWorld!' | translate}}">text</span>