Hello!

I'm starting to use javascript_catalog, I use makemessages to collect all
(few) strings from my whole project in one .po file located at project root.

Documentation[1] states the following:

Each string in packages should be in Python dotted-package syntax (the same
> format as the strings in 
> INSTALLED_APPS<https://docs.djangoproject.com/en/1.5/ref/settings/#std:setting-INSTALLED_APPS>)
> and should refer to a package that contains a locale directory. If you
> specify multiple packages, all those catalogs are merged into one catalog.
> This is useful if you have JavaScript that uses strings from different
> applications.


It doesn't say what happens when the "packages" parameter is left with the
default (None) value, even though my intuition says I'm going to have all
strings from my project, which seems to be confirmed by my non-scientific
empiric tests.

So, my question is: Is this how javascript_catalog actually behave?

Extra: Can this behavior be described in documentation?


Rafael


References:
[1] https://docs.djangoproject.com/en/1.7/topics/i18n/translation/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAE93m693J24tTeFbY%3Dqw7FGNyHK_Gyf0f%3DwVOCqVFVHk180FBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to