Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 990 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 990 Bytes

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.