Flask Babel - 1.0.0
Implements i18n and l10n support for Flask. This is based on the Python babel module as well as pytz both of which are installed automatically for you if you install this library.
Documention
The latest documentation is available here.
Changelog
v1.0.0 - 06/02/2020
Starting with version 1, flask-babel has changed to Semantic Versioning.
Changed
- pytz is an explicit dependency. (#14)
- pytz.gae, used for Google App Engine, is no longer necessary and has been removed. (#153)
- Fixed a deprecated werkzeug import (#158).
- Fix issues switching locales in threaded contexts (#125).