xp-vit / flask-babelex

i18n and l10n support for Flask based on Babel and pytz

Home Page:http://flask.pocoo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-BabelEx

Implements i18n and l10n support for Flask.  This is fork of the official Flask-Babel
extension with 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.

Flask-BabelEx is API-compatible with Flask-Babel.

About

i18n and l10n support for Flask based on Babel and pytz

http://flask.pocoo.org/

License:Other


Languages

Language:Python 98.9%Language:Makefile 1.1%