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.
The latest documentation is available here.
Starting with version 1, flask-babel has changed to Semantic Versioning.
- 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).