Hi

How could one keep the translations for the templates from different
apps separately? According to Django docs (http://www.djangobook.com/
en/2.0/chapter19/) one could put the application's translations in a
correspondent application folder, but it has a few to do with
templates whereas the very templates carry the larger part of texts to
be translated. I am puzzled.

there are two ways that look for me somewhat feasible:

1. keep all applications outside of project tree and try to attach
them in some "pluggable" way, e.g. like middleware (sounds odd to me)

2. use LOCALE_PATHS to point to myproject/templates/application-N/
locale/ where the translations are stored (this didn't work for me)

P.S. In fact I have cross-posted this question from pinax-user group

regards
Valery
--~--~---------~--~----~------------~-------~--~----~
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