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

Split LazyString in another package? #150

Closed sblondon closed 5 years ago

sblondon commented 5 years ago

LazyString has been merged in https://github.com/python-babel/flask-babel/commit/c8344d02331f2988cb0b2e9f56366015bc3b317c from https://github.com/mitsuhiko/speaklater

I use Babel and LazyString but not Flask. What do you think about maintaining LazyString as an external library? flask-babel would then depend on Babel and Babel-LazyString (the new package).

TkTech commented 5 years ago

It's too trivial to justify making a dependency, and changes exceptionally rarely. If you want to pull it out into a separate package and make improvements to it, that's fine with me.

sblondon commented 5 years ago

Ok, thanks for your reply.