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

Translation of form labels in admin is not correct #87

Closed
jieter opened this issue May 30, 2022 · 0 comments · Fixed by #108
Closed

Translation of form labels in admin is not correct #87

jieter opened this issue May 30, 2022 · 0 comments · Fixed by #108

Comments

@jieter
Copy link
Member

jieter commented May 30, 2022

Appending the language is not lazy, so it results in the english translation being used.

translated_field_name += " ({})".format(self.language.upper())

julianwachholz added a commit to julianwachholz/django-modeltrans that referenced this issue Feb 7, 2024
julianwachholz added a commit to julianwachholz/django-modeltrans that referenced this issue Apr 7, 2024
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 a pull request may close this issue.

1 participant