You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underscore template extractor does not seem to be able to properly parse strings that contain escaped characters. Such strings end up being written to the .pot file with extra escape characters.
Consider the following example:
An underscore template containing the following lines:
The underscore template extractor does not seem to be able to properly parse strings that contain escaped characters. Such strings end up being written to the .pot file with extra escape characters.
Consider the following example:
An underscore template containing the following lines:
Produces the following output in the .pot file generated by Babel:
This does not seem to be correct.
Please let me know if there's anything I can do to help fix this issue.
Thanks!
The text was updated successfully, but these errors were encountered: