So, I managed to fix the problem. If some has the same problem here are some useful infos: - if you have a normal setting.py file then you should not have this problem with djangojs domain translations - if you have your settings.py file split into several sub-settings the locale directory should be inside an application in order to be loaded OR you can define the LOCALE_PATHS variable pointing to it in settings BUT in the second case the djangojs domain translations wont work, see ticket http://code.djangoproject.com/ticket/5494
So, in this last case, the solution will be to pass the locale with the djangojs domain files to one of the installed apps and it will work :) I hope this helps people with similar problems. On May 20, 12:17 pm, filias <[email protected]> wrote: > Hi, > > I have a djangojs.po file and am compiling the messages with > compilemessages command. > I don't get any error but I can't see my translations in the js > catalog. I can only see the admin js translations. > > How can I debug this problem? > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

