python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

Fix application context not used #144

Closed tvuotila closed 3 years ago

tvuotila commented 5 years ago

Data should not be stored to application object itself.

I decided to remove the option to store data to request. Now, it is easier to rationalize where the data is stored.

TkTech commented 3 years ago

Closed in favor of #184.