Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrjoes/flask-babelex
i18n and l10n support for Flask based on Babel and pytz
https://github.com/mrjoes/flask-babelex
Last synced: 11 days ago
JSON representation
i18n and l10n support for Flask based on Babel and pytz
- Host: GitHub
- URL: https://github.com/mrjoes/flask-babelex
- Owner: mrjoes
- License: other
- Archived: true
- Fork: true (python-babel/flask-babel)
- Created: 2012-04-11T11:21:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T14:29:55.000Z (about 4 years ago)
- Last Synced: 2024-10-28T14:23:06.160Z (15 days ago)
- Language: Python
- Homepage: http://flask.pocoo.org/
- Size: 97.7 KB
- Stars: 77
- Watchers: 5
- Forks: 18
- Open Issues: 12
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Flask-BabelEx
*DEPRECATION WARNING*
All Flask-BabelEx features were merged into Flask-Babel and Flask-BabelEx package should no longer be used in your projects. Please migrate.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.