Package: python3-flask-babelex Source: flask-babelex Version: 0.9.3-1~pgdg18.04+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 46 Depends: python3-babel, python3-flask, python3-jinja2, python3:any (>= 3.3.2-2~) Homepage: http://github.com/mrjoes/flask-babelex Priority: optional Section: python Filename: pool/main/f/flask-babelex/python3-flask-babelex_0.9.3-1~pgdg18.04+1_all.deb Size: 9236 SHA256: 6d78903f81aadcd449203d8a61599b5fb7a7d9fe758dcbdb029c4f3841e79af0 SHA1: a3452c58825c4e695ed7f6b552b602b387772cb8 MD5sum: 604b08aae70df75e1c754d8713b01e9c Description: Adds i18n/l10n support to Flask applications Flask-BabelEx adds i18n/l10n support to Flask applications with the help of the Babel library. It is a fork of the official Flask-Babel extension with the following 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.