Skip to main content

Adds i18n/l10n support to Flask applications

Project description

Adds i18n/l10n support to Flask applications with the help of the Babel library.

This is a fork of Flask-BabelEx which in turn is a fork of the official Flask-Babel extension. It is API compatible with both forks.

It comes with following additional features:

  1. It is possible to use multiple language catalogs in one Flask application;

  2. Localization domains: your extension can package localization file(s) and use them if necessary;

  3. Does not reload localizations for each request.

The main difference to Flask-BabelEx is, that you can pass arguments to the init_app method as well.

# Flask-BabelPlus with custom domain
babel.init_app(app=app, default_domain=FlaskBBDomain(app))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-BabelPlus-2.2.0.tar.gz (50.3 kB view hashes)

Uploaded Source

Built Distribution

Flask_BabelPlus-2.2.0-py2.py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page