I have some *.js files in an external folder that I'm importing into
my application that already has working translation.
But whenever i add gettext('somestring') to these external *.js files
it breaks them
the
(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', js_info_dict),
regular expression is in the url file of my main application
I'm getting these files through an "include" in this url file
Should I place this expression in the url file of the external app
that calls these js files
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django I18N" 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-I18N?hl=en
-~----------~----~----~----~------~----~------~--~---