Metadata-Version: 2.1
Name: more.babel-i18n
Version: 19.8.0
Summary: i18n/l10n support for Morepath applications and Jinja2 templates
Home-page: https://github.com/dpausp/more.babel_i18n
Author: Tobias dpausp and flask-babel(plus) contributors
Author-email: dpausp@posteo.de
License: BSD
Keywords: babel,i18n,translation,morepath,jinja2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Requires-Dist: Babel (>=1.0)
Requires-Dist: morepath (>=0.18)
Requires-Dist: Jinja2 (>=2.10)

more.babel_i18n
===============

WARNING: This is an early version that works for me. Please don't rely on it ;)

Internationalization and localization (i18n / l10n) support for Morepath applications based on [Babel](https://github.com/python-babel/babel).
Most code is taken from the flask-babel(super) project.


