If I have the model specified as:
class Candy(models.Model):
name = models.CharField(_('name'), maxlength=25)
The admin section, displays the field as, 'Name', while the translated
version will appear as 'onoma', ie, the first letter isn't
capitalized.
The translated word is specified all lower-case in the .po file.
Is it possible to have the admin section, display it with the first
letter capitalized when appropriate?
Django v0.96, DB: SQLite
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---