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 Simon G <dev@…>, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Meir Kriheli, 16 years ago

Resolution: fixed
Status: newclosed

Closed in [5935]

Note: See TracTickets for help on using tickets.
Back to Top