i add already to django.po and then i compiled
but when i re-run "make-messages.py" after adding trans to the
template, i got my parts in the django.py file hashed like that:

#~ msgid "Hello World"
#~ msgstr "مرحبا العالم"

#~ msgid "Welcome"
#~ msgstr "أهلا"

#~ msgid "Hello World Home"
#~ msgstr "مرحبا العالم - الصفحة الرئيسية"

thanks

On Aug 12, 4:42 pm, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 12, 2007 at 06:13:59AM -0700, Heba wrote:
> > i did so, sorry may be the template i sent was not updated but i
> > really did
>
> Your code works for me with RequestContext and po changes. Have you
> actually put any translations into your locale/ar/LC_MESSAGES/django.po
> before running compile-messages.py? Note that you have to re-run
> "make-messages.py -a" after modifying any strings (such as adding a
> trans block to your template). And you do look at the browser window
> title for {{ output }}, don't you?
>
> With kind regards,
> --
> Baurzhan Ismagulovhttp://www.kz-easy.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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