hi, I have the following project structure
/apps /externals /static /templates settings.py manage.py under the externals I have already translated applications that are developed outside my system (e.g. django-registration), under apps, I have some custom built applications (e.g. a custom backend for django- registration), and clearly the templates are for several projects from the externals. Of course, I'm running makemessages from every externals/* subdirectory, and hope to contribute those localisations back. But where should I run makemessages to get the template translations without any application translations from externals/*? thanks -- 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.

