Opened 18 years ago
Closed 18 years ago
#5155 closed (fixed)
Recent Actions item content type not translated
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Keywords: | i18n recent actions admin | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'm using lazy translations in my models for verbose_name attributes, and they work as expected on the admin interface. Except one thing: the content types don't get translated in the Recent Actions list (they appear translated on all other admin pages).
Note:
See TracTickets
for help on using tickets.
(In [5935]) Fixed #5155 -- Translated the model name (when available) in the Recent Actions log.