hasgeek / flask-babelhg

i18n and l10n support for Flask based on Babel and pytz (fork)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Babelhg - 0.12.3

Build Status license

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.

This release merges additional functionality from Flask-BabelEx:

  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-Babelhg is API-compatible with Flask-Babel.

Documention

The latest documentation is available here.

About

i18n and l10n support for Flask based on Babel and pytz (fork)

License:Other


Languages

Language:Python 99.0%Language:Makefile 1.0%