python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

Merge Flask-BabelEx features (domains, caching) #161

Closed jace closed 4 years ago

jace commented 4 years ago

This merger replaces Flask-Babel's BABEL_TRANSLATION_DIRECTORIES configuration with Flask-BabelEx's Domain model. It is therefore incompatible, but only in an area that will not likely be used in most apps.

The code has also been reformatted using black and isort.

jace commented 4 years ago

Yikes, sorry, wrong repo. This wasn't meant to be submitted here.