Provide explicit, translatable verbose names for all models #13352
Labels
status: accepted
This issue has been accepted for implementation
topic: Internationalization
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Define the
verbose_name
andverbose_name_plural
Meta attributes for each model, wrapping them withgettext_lazy()
to support translation.Justification
Enables automatic translation of model names per Django best practices.
The text was updated successfully, but these errors were encountered: