/flask-babel

i18n and l10n support for Flask based on Babel and pytz

Primary LanguagePythonOtherNOASSERTION

Flask Babel - 1.0.0

Build Status PyPI license PyPI - Python Version

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).