On Fri, 2007-07-13 at 16:19 +0000, Panos Laganakos wrote:
> 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?

This has been fixed on trunk. There were a number of problems with
delayed translations in cases like thisback in 0.96. The Unicode merge
should have fixed all the known ones.

Regards,
Malcolm

-- 
Success always occurs in private and failure in full view. 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to