Hi,

I had a request to write simple app using only django admin. Always used 
English names but they asked me to change model names to polish. I used 
verbose_name and verbose_name_plural but the polish language is not so 
easy, so there were some grammar problems with messages. Then I thought to 
use accusative form of model names - it look better, but still some 
messages had grammar errors in:
- delete confirmation
- list view with one column
...they had to be in nominative form. 

So I added another optional field to meta class of base model - which I use 
with list view and delete confirmation if it's not None. Do you think it 
would be possible to add it into django? 

Just wanted to ask fast question, but I can paste some examples or diff...

-- 
You received this message because you are subscribed to the Google Groups 
"Django internationalization and localization" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-i18n+unsubscr...@googlegroups.com.
To post to this group, send email to django-i18n@googlegroups.com.
Visit this group at http://groups.google.com/group/django-i18n.
For more options, visit https://groups.google.com/d/optout.

Reply via email to