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
When a jinja2 template contains translations and includes assets the babel script translations extraction failed. Add silent=false in the babel.ini file to see the problem. One solution consists to remplace extensions = jinja2.ext.autoescape, jinja2.ext.with_ by extensions = webassets.ext.jinja2.AssetsExtension.
When a
jinja2
template contains translations and includesassets
the babel script translations extraction failed. Addsilent=false
in thebabel.ini
file to see the problem. One solution consists to remplaceextensions = jinja2.ext.autoescape, jinja2.ext.with_
byextensions = webassets.ext.jinja2.AssetsExtension
.See for example: python-babel/babel#444
The text was updated successfully, but these errors were encountered: