Another problem I am facing is it seems some pages are not being translated until I hit certain page, after that everything is fine. I am not exactly sure what the problem is but if you guys experience this problem, would appreciate some insights.
-Aaron On Wed, Jun 16, 2010 at 4:47 PM, Aaron Lee <[email protected]> wrote: > Thanks, the lazy translation solves the problem. > > -Aaron > > > On Wed, Jun 16, 2010 at 2:59 PM, Antoni Aloy <[email protected]>wrote: > >> Try to use lazy translation. >> >> El 16/06/2010 23:09, "Aaron" <[email protected]> escribió: >> >> >> Well what happened was I have a forms.py >> >> which has >> >> CONSTANT = _("Hello World") >> x = {'var': CONSTANT } >> >> and in the django.po, I do have a translation >> >> msgid "Hello World" >> msgstr "xxx" >> >> But it doesn't show up on the website, all the other translations >> work, so I am wondering what am I missing >> >> -Aaron >> >> >> >> On Jun 16, 1:35 pm, Baurzhan Ismagulov <[email protected]> wrote: >> > On Wed, Jun 16, 2010 at 01:00:3... >> > Baurzhan Ismagulovhttp://www.kz-easy.com/ >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group.... >> >> -- >> 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]<django-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > -- 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.

