M
M
maxclax2015-03-04 20:24:55
Django
maxclax, 2015-03-04 20:24:55

Django, where to internalize the menu in the admin?

Tell me this moment: I use the suit visualization for the admin panel. Although this is not relevant to my question. I have a menu:
a765ca3b8cfd4a1893520fce83c2f49d.pngSubcategories are translated in the model itself like this:


class Meta:
verbose_name = _('currency.model.verbose_name')
verbose_name_plural = _('currency.model.verbose_name_plural')

So here's the question: where you need to specify the translation for the main category, which is taken from the name of the application in which these models are located. You need Currencies to implement the translation.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ranwise, 2015-03-05
@Ranwise

perhaps in the template you need to register
Internationalization

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question