On 6/24/2011 1:54 PM, Thomas M wrote:
Hello django users,
I want to use the django internationalization module to translate
stuff. The problem is the large .po file with all the django related
stuff the translator shouldnt see.
Is there a way to split up those .po files so we've got a file with
only our translations?
Thank you in advance,
Thomas M
Perhaps I'm wrong, but I thought it's enough to just create a
locale/<lang>/LC_MESSAGES/django.po file
in your project tree
and then call manage.py makemessages -s -l <lang>
--
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.