-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Hi, I couldn't find the answer from the code, so maybe you can help me to understand how to handle such simple case
ngettext(msgid`record`, "records", n);
babel plugin doesn't like such strings and raises an error
at template2Msgid (/node_modules/babel-plugin-ttag/dist/utils.js:116:32)
at /node_modules/babel-plugin-ttag/dist/extractors/ngettext.js:55:38
is it a bug or just unexpected usage? is there any workaround?
Reactions are currently unavailable