views:

14

answers:

0

Hi,

I'm using javascript_catalog view to have multilanguage support into my Javascript code. But because of this bug: http://code.djangoproject.com/ticket/5494 I couldn't make it. Basically, Django doesn't support this feature for project's locale folder, it only supports for application folders.

So I need to have a locale folder for each of my application to solve this problem. But I couldn't find how to tell Django to compile those messages into applications' locale folders instead of project's. I've list my applications into LOCALE_PATHS but it didn't work.

Thanks