Hi,

Consider the following sample:

mysite
--app1
----locale
--app2
----locale
--locale

What I need is to be able to maintain different translation files for
each application I have in the site, and finally use makemessages and
compilesmessages to merge them together as the django.po/mo
translation files.

I am not an expert in Django/Python, so what I have at the moment is
only mysite/locale/xx/django.po for both app1 and app2. But, actually
I need to separately have mysite/app1/locale/xx/app1.po and mysite/
app2/locale/xx/app2.po and then be able to merge them into mysite/
locale/xx/django.po.

Is there any solution I could use?
Thanks in advance.

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