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

Switch as much as possible to the Babel LazyProxy. #145

Closed TkTech closed 3 years ago

TkTech commented 5 years ago

Babel includes a LazyProxy object which does most of the work of LazyString for us. We can remove __setstate__ and __getstate__ once upstream supports pickling.