We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's very easy to change. One has to change
https://github.com/emdemir/Flask-Babel-JS/blob/master/flask_babel_js/__init__.py#L5 to: from flask_babelex import get_domain and
from flask_babelex import get_domain
https://github.com/emdemir/Flask-Babel-JS/blob/master/flask_babel_js/__init__.py#L142 to: translations = get_domain().get_translations()
translations = get_domain().get_translations()
The best, of course, would be to make this extension compatible with both, Flask-Babel and Flask-BabelEx. What do you think?
The text was updated successfully, but these errors were encountered:
Bump.
Sorry, something went wrong.
No branches or pull requests
It's very easy to change. One has to change
https://github.com/emdemir/Flask-Babel-JS/blob/master/flask_babel_js/__init__.py#L5 to:
from flask_babelex import get_domain
andhttps://github.com/emdemir/Flask-Babel-JS/blob/master/flask_babel_js/__init__.py#L142 to:
translations = get_domain().get_translations()
The best, of course, would be to make this extension compatible with both, Flask-Babel and Flask-BabelEx. What do you think?
The text was updated successfully, but these errors were encountered: