python-babel / flask-babel

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

Add support for multiple apps #116

Closed sh4nks closed 3 years ago

sh4nks commented 7 years ago

Hey!

This PR should make it possible to use Flask-Babel with more apps. I have also added a basic test. I also added support for wheels and did some clean up.

This is kind of related to #107 and #112.

Let me know if there is anything else I should change.

sh4nks commented 7 years ago

Btw, is there a specific reason why the delimiter for the translation directories is a semi-colon (;)?

sh4nks commented 7 years ago

Fixed and rebased :)

b0g3r commented 7 years ago

@TkTech may be you'll merge this pr?

b0g3r commented 7 years ago

@sh4nks How about adding support for blueprints? In my app i would like to use different locale-selectors for different blueprints. (see #112)