#9927: views.i18n.javascript_catalog: Locale folder can be in project root, line removed to make this possible. ----------------------------------+----------------------------------------- Reporter: dnordberg | Owner: nobody Status: new | Milestone: Component: Internationalization | Version: 1.0 Keywords: javascript_catalog | Stage: Unreviewed Has_patch: 1 | ----------------------------------+----------------------------------------- If the locale folder exists in the project root, this line ```packages = [p for p in packages if p == 'django.conf' or p in settings.INSTALLED_APPS]``` causes them to be ignored when creating the javascript i18n translation catalog.
-- Ticket URL: <http://code.djangoproject.com/ticket/9927> 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 -~----------~----~----~----~------~----~------~--~---
