Try using the -e option for adding the extensions. django-admin.py makemessages -l=lv -e=html,htm
________________________________ From: skazhy <[email protected]> To: Django users <[email protected]> Sent: Thu, 6 January, 2011 16:45:59 Subject: Re: manage.py makemessages doesn't create .po files I tried running it with the djang-admin.py, same errors as with manage.py. Karlis On 6 Janv., 18:30, Shawn Milochik <[email protected]> wrote: > It appears that 'makemessages' is meant to be run with django-admin.py, > not manage.py. > > http://docs.djangoproject.com/en/dev/topics/i18n/localization/ > > Shawn -- 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. -- 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.

