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

Fixes #1728 #2383

Merged
Merged

Conversation

macnewbold
Copy link

Correct a bug when lazy_gettext is used for translations, since it returns the lazy string class instead of a string, causing the join to fail. Evaluate them to strings before trying to join them.

Correct a bug when lazy_gettext is used for translations, since it returns the lazy string class instead of a string, causing the join to fail. Evaluate them to strings before trying to join them.
… able to handle lazy_gettext Lazy String classes.
@alanhamlett alanhamlett merged commit c10d2d3 into pallets-eco:master Oct 15, 2023
0 of 7 checks passed
@macnewbold macnewbold mentioned this pull request Mar 25, 2024
@macnewbold macnewbold deleted the bugfix-lazy_gettext-placeholder branch March 25, 2024 14:16
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants