Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
624 stars 155 forks source link

Translations are broken #936

Closed sr-verde closed 4 months ago

sr-verde commented 4 months ago

Hey, I’ve updated my project to the current development version of Flask-Security-Too. I lost all the translations. Now, each and every string of Flask Security is in English instead of German. Downgrading Flask-Babel or Babel doesn't help. Downgrading Flask-Security-Too fixes this issue and brings back translations.

This is my config:

    BABEL_DEFAULT_LOCALE = "de"
jwag956 commented 4 months ago

Hmm - any chance you just grabbed the source and didn't compile_catalog?

Release 5.4.0 didn't actually work - am going to try again tonight. Let's see if that works.

sr-verde commented 4 months ago

Ahm. Yes but no. My mistake in my development setup. Sorry for that.