Re: Internationalization problem - translations not appearing

2010-03-24 Thread filias
Ok, I managed to fix it with LOCALE_PATHS. Example: LOCALE_PATHS = ('', '/locale') I hope it helps someone :) On Mar 24, 4:22 pm, filias wrote: > Hi, > > I have a project with several applications. The translations to > another language are located in /locale > > I used the makemessages command

Internationalization problem - translations not appearing

2010-03-24 Thread filias
Hi, I have a project with several applications. The translations to another language are located in /locale I used the makemessages command (run from the project directory) to generate the .po file and all the marked strings from code and templates appear in the file. I used the compilemessages