#5519: [newforms-admin] - capitalized titles
--------------------------------------------------+-------------------------
Reporter: Petr Marhoun <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component:
Internationalization
Version: newforms-admin | Keywords: admin, titles
Stage: Unreviewed | Has_patch: 0
--------------------------------------------------+-------------------------
In Django this kind of translations is used for my language:
{{{
msgid "Add %s"
msgstr "%s: přidat"
msgid "Change %s"
msgstr "%s: změnit"
}}}
So "Add contact" is translated as "kontakt: přidat" - title is not
capitalized. So I would like if admin capitalizes all titles. It is
possible, I use it in my branch.
I thought that this kind of change should be sent to django-developers
mailing list first. But there was no answer so there is a ticket.
I would like to create patch - if you think that it can be applied.
--
Ticket URL: <http://code.djangoproject.com/ticket/5519>
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
-~----------~----~----~----~------~----~------~--~---