-
Notifications
You must be signed in to change notification settings - Fork 705
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
Untranslated app names in home screen #175
Comments
This is strange, i just checked project where localisation is used and all apps in home screen are translated. Please test it if it is actually django suit fault, by temporary removing Those names in home screen comes from model Meta class If it still doesn't work, please give me a screenshot, so we know we talk about same place and also definition of you model admin class Meta tag |
Names from Meta's verbose_name_plural are for models. I'm talking about appname itself. For translating, I'm putting translated string into
This way it works for menu but not for home page with listings of all apps and modules. Guess app name is not represented as {% trans '' %} tag in template. |
It's a good thing i asked for a screenshot :)
|
Sweet, hope this wont break anything to no one :-) Thank you for super quick fix, will for sure support app for usage! |
Testing commit, but translation using |
{% blocktrans %} to {% trans %}. Related to #175
Really strange, they should work identically. Anyways changed to |
As you are saying, strange but this way it works. Confirmed. |
While in menu there are app names translated, in home screen while listing all apps, models and actions, app names are left untranslated.
It would be nice to have both menu and home screen app names translated.
The text was updated successfully, but these errors were encountered: