Hi,

>Currently I have setup where I have two (almost) separate project
>which use same set of templates, so I'll be needing some way to
>manually set path to locale directory because my templates are
>outside of the booth projects.

I added an optional LOCALE_PATHS setting that you can use in your
settings module. If set, it needs to be a list of paths (like
TEMPLATE_PATHS) where the translation system looks for language files.
This isn't tested, though, as I don't have the need for that feature at
the moment - try it and tell me wether it works ;-)

Oh, and the paths in LOCALE_PATHS are used directly - there is no
"locale/" subdirectory attached, the system directly expects the
language code below the paths.

bye, Georg

Reply via email to