Opened 17 years ago
Closed 16 years ago
#4609 closed (fixed)
Content type names are not translated in Recent Actions listing
Reported by: | Yaggo | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Recently changed items shown on admin frontpage are not fully translated. The name of instance is correctly translated, but the Content Type below it (in gray color) is not translated.
Here is a work-around:
django/contrib/admin/templates/admin/index.html:61
{{ entry.content_type.name|capfirst|escape }} # original
{% trans entry.content_type.name %} # fixed
Change History (2)
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closed in [5935]