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
Django makemessages / GNU gettext do not currently support es6's template strings anywhere in a jsx file (not just in a gettext() call). Since it doesn't appear that gettext has any plans to add this support, we should really find a workaround or another library.
Having backticks in the file causes xgettext's parsing to break, printing a few warnings in the log about unterminated strings or regexes. Additionally, it will complete the parsing but miss many gettext strings, leading to incomplete .po files.
Django makemessages / GNU gettext do not currently support es6's template strings anywhere in a jsx file (not just in a gettext() call). Since it doesn't appear that gettext has any plans to add this support, we should really find a workaround or another library.
Bug reports:
Having backticks in the file causes xgettext's parsing to break, printing a few warnings in the log about unterminated strings or regexes. Additionally, it will complete the parsing but miss many gettext strings, leading to incomplete .po files.
Jira ticket:
https://openedx.atlassian.net/browse/LEARNER-6038
The text was updated successfully, but these errors were encountered: