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

Fix issue that occurs when babel don't have NullTranslations() in support, but gettext module #128

Closed fparrel closed 5 years ago

fparrel commented 6 years ago

With babel 2.3.4, babel.support module don't have NullTranslations(), but we can found it in gettext. So there's my fix that avoid having an error when it's the case.