#3832: i18n of application names in admin
--------------------------------------+-------------------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  adrian      
            Status:  new              |     Component:  Contrib apps
           Version:  SVN              |      Keywords:  admin i18n  
             Stage:  Unreviewed       |     Has_patch:  1           
        Needs_docs:  0                |   Needs_tests:  0           
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
 This may be trivial, but, the admin application does not allow
 internationalization of the application names, it always uses the name in
 the INSTALLED_APPS setting.
 
 If the line 21 of contrib/admin/templatetags/adminapplist.py is changed
 to:
 
 app_label = _(app_models[0]._meta.app_label)
 
 users will have control on the application name displayed in the admin
 application by i18n.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3832>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to