mrjoes / flask-babelex

i18n and l10n support for Flask based on Babel and pytz
http://flask.pocoo.org/
Other
77 stars 18 forks source link

Flask Babelex broke template auto reload mecanism #26

Open inkhey opened 4 years ago

inkhey commented 4 years ago

using Flask-Babelex, the config : TEMPLATES_AUTO_RELOAD = True doesn't work anymore, meaning we must reload server to be able to reload template, which may be annoying during dev.