#5494: javascript_catalog generic view only search catalogs in 
application/locale
and not in project/locale
-------------------------------------------+--------------------------------
          Reporter:  anonymous             |         Owner:                 
            Status:  new                   |     Milestone:                 
         Component:  Internationalization  |       Version:  SVN            
        Resolution:                        |      Keywords:  javascript i18n
             Stage:  Accepted              |     Has_patch:  1              
        Needs_docs:  0                     |   Needs_tests:  0              
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by redliner):

 Another "not so dirthy" workaround is to add 'conf' to your INSTALLED_APPS
 and then pretend it's an app.
 And link to it:

 {{{
 js_info_dict = {
     'domain': 'djangojs',
     'packages': ('conf',),
 }
 }}}


 This works for me but it's not final solution and probably has some
 disadvantages too ...
 On the other hand one doesn't have to patch Django to use this view.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5494#comment:21>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en.

Reply via email to