Hello, 

It seems that all admin "sucess" (and others) messages are hardcoded 
(almost, actually translations) into the methods that use them and can not 
be easily changed (like 'The %(name)s "%(obj)s" was added successfully. You 
may add another %(name)s below.').
This is causing some issues on languages with higher gender usage, like 
spanish, that you can get into texts like 'El Persona "Id: 123" .....' 
(should be La Persona), so it would be convenient to be able to easily 
change these messages so you could just change it to "Object added 
successfully" or something to prevent the above issue.

Looking through the file django/contrib/admin/options.py you can see the 
huge usage of texts defined deep into the methods, which makes it 
impossible to override any of them.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5410c38e-efd7-4379-a344-750400b5f552%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to