Open
Description
Currently tab titles in ModelAdmins are either hardcoded or come from calling i18n_plural_name()
on a singleton of the model.
This means if you want a specific localisable tab name you have to hack it in yourself.
Related
Acceptance criteria
- Provide a way to give i18n replacements for tab titles without having to override
getManagedModelTabs()
orgetManagedModels()