How can I translate app name in django-admin-tools?
I try to do this https://docs.djangoproject.com/en/1.8/ref/applications/ and it translate app name in standard django admin, but not in django-admin-tools
How can I translate app name in django-admin-tools?
I try to do this https://docs.djangoproject.com/en/1.8/ref/applications/ and it translate app name in standard django admin, but not in django-admin-tools
This solution(https://docs.djangoproject.com/en/1.8/ref/applications/) didn't work, because django-admin-tools didn't use model._meta.app_config.verbose_name or internationalization in menu. I found this patch and it's solved my problem.