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

432-gettext-gettext_lazy: use consistent import as for gettext's #855

Merged
merged 1 commit into from
May 6, 2024

Conversation

20Thomas02
Copy link
Contributor

Please add the following information to your pull request:

Please describe what your PR is fixing
Make the importing of gettext and gettext_lazy more consistent. (u)gettext is now imported as _, and (u)gettext_lazy as _l.

Concretely, which issues does your PR solve? (Please reference them by typing Fixes/References Inter-Actief/amelie#<issue_id>)
Fixes/References #432

Does your PR change how we process personal data, impact our privacy document, or modify (one of) our data export(s)?
yes, imports have also been updated.

Does your PR include any django migrations?
no

Does your PR include the proper translations (did you add translations for new/modified strings)?
no, my PR does not include translations

Does your PR include CSS changes (and did you run the compile_css.sh script in the scripts directory to regenerate the compiled.css file)?
no, my PR does not include CSS changes

Does your PR need external actions by for example the System Administrators? (Think about new pip packages, new (local) settings, a new regular task or cronjob, new management commands, etc.)?
no

Did you properly test your PR before submitting it?
yes, ran python manage.py makemessages -e ".mail,.html,.py,.txt" -a to check the imports of (u)gettext(_lazy).

@Kurocon Kurocon merged commit 295cf83 into Inter-Actief:main May 6, 2024
1 of 2 checks passed
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