Skip to content
New issue

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

Improved work with translation directories #132

Closed
wants to merge 2 commits into from
Closed

Improved work with translation directories #132

wants to merge 2 commits into from

Conversation

djetelina
Copy link

@djetelina djetelina commented Dec 13, 2017

Hi, due to my yesterday's frustration (sorry!), I went ahead and improved documentation a bit, aswell as added translation_directories parameter to the object itself, because other defaults worked that way and directories were the only one missing.

Don't worry about being honest (harsh) in a review if you disagree with anything!

…ameter), removed deprecated `flask.ext.babel` in favor of `flask_babel`, added object parameters into documentation
@TkTech
Copy link
Contributor

TkTech commented Aug 27, 2020

Some of your proposed documentation changes have made it in. However, I won't be merging this PR, because of how it handles settings. Settings are being redone to not "poison" the app.config object, for example with app.config.setdefault(). Creating a Babel() object should be side-effect free. This should help with a couple of issues, such as #107.

@TkTech TkTech closed this Aug 27, 2020
TkTech added a commit that referenced this pull request Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants