Skip to content

Allow for translatable tab names in ModelAdmin #1767

Open
@GuySartorelli

Description

@GuySartorelli

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() or getManagedModels()

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions