Django app name translation in admin

"Django app name translation in admin" is small drop-in django application that overrides few admin templates thus allowing app names in Django admin to be translated.

Motivation for writing this application is that some website editors became confused with mix of english and localized content in Django administration pages. All existing solutions I found involved patching django itself or changing app labels which was problematic for lot of reasons.

Hopefully, this application would become excessive, once when patch from Ticket #3591 find it’s way to Django.

You can find Django app name translation in admin application on Github
Share on Reddit