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
in version 4.6.1 library work fine with extracting translations from template literals in JS files, but after upgrade to 4.8 library doesnt extract translations from template literals for example new version doesnt extract "Foo" from string Text ${__("Foo")} bar but older version does.
Unfortunately I didn`t found solution or some clues to resolve this problem...
Thanks for response.
The text was updated successfully, but these errors were encountered:
The javascript extractor in version 4.x is very rudimentary. I recommend to upgrade to Gettext 5.x and use JS-Scanner that provide a much more powerful solution, due it uses mck89/peast under the hood.
Hi,
in version 4.6.1 library work fine with extracting translations from template literals in JS files, but after upgrade to 4.8 library doesnt extract translations from template literals for example new version doesnt extract "Foo" from string
Text ${__("Foo")} bar
but older version does.Unfortunately I didn`t found solution or some clues to resolve this problem...
Thanks for response.
The text was updated successfully, but these errors were encountered: