summaryrefslogtreecommitdiff
path: root/www/py-flask-babelex/DESCR
blob: 454c3c5474070a628f1c49ecc775d8315d70d834 (plain)
1
2
3
4
5
6
7
8
9
10
Flask-BabelEx adds i18n/l10n support to Flask applications with
the help of the Babel library.

This is fork of official Flask-Babel extension with following
features:
* It is possible to use multiple language catalogs in one Flask
  application;
* Localization domains: your extension can package localization
  file(s) and use them if necessary;
* Does not reload localizations for each request.