On Wed, Sep 2, 2009 at 12:32 PM, arbi<arbin...@gmail.com> wrote:
>
> As for the PATH I thought it was for compilation and not for make
> message.
> Should I write this for make message ?
>
> PATH=$PATH:/Applications/Poedit.app/Contents/MacOS/
> python /Library/python/2.5/site-packages/django/bin/make-messages.py
> ?
> And then I do django-admin.py makemessages -l fr ?
> thx (I am a newb)

The blog post talks about the django/bin/make-messages.py
script has been replaced by the django-admin.py makemessages -l fr

And yes, you need to have the GNU gettext command line tools
(xgettext, msgmerge, msgfmt) available when running the different
i18n-related django-admin.py commands (makemessages,
compilemessages)

-- 
Ramiro Morales
http://rmorales.net

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to