Re: What is the right location for my django translation files?

2013-10-09 Thread Diederik van der Boor
You can place a new .po file in a `locale` folder of one of your INSTALLED_APPS. This will be picked up, and can override the locale of mezzanine, if your app is placed before mezzanine in INSTALLED_APPS. Off course, run django-admin.py compilemessages in the root folder where the `locale` folder

Re: What is the right location for my django translation files?

2013-10-08 Thread Anton Melser
> > I'm giving my first steps with python/django/mezzanine so please bear with > me. > > I modified a translation file of the mezzanine's blog application and > compiled it OK. Mind you: I literally only modified a couple of words and > left the rest intact. > > The only place I found out I cou