meteor-messageformat icon indicating copy to clipboard operation
meteor-messageformat copied to clipboard

[V2] Extract: template literals support?

Open Sabst opened this issue 8 years ago • 1 comments

Hi, It looks like extract fails for this kind of statement: mf('mykey', null, Some text)

Regards.

Sabst avatar May 04 '16 17:05 Sabst

I realize this is most of the time pretty useless to use such a string (you already have parameters)... Maybe useful only when new lines are included in the string?

EDIT: looks like newlines are never supported though, like

mf('mykey', null, 'line 1\
line 2\
line 3');

See also #134

Sabst avatar May 04 '16 17:05 Sabst