#14910: I18N locale per app resolving - documentation incorrect and bug ------------------------------------+--------------------------------------- Reporter: vanschelven | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Resolution: | Keywords: Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ------------------------------------+--------------------------------------- Changes (by vanschelven):
* needs_better_patch: => 0 * needs_tests: => 0 * needs_docs: => 0 Comment: Django's default template loader is documented here: http://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#template- loaders {{{ ('django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader') }}} Keeping with that order I propose the following changes:[[BR]] * First look at explicit locale paths, then the project path, then the app paths. * Make updates of the locale dict non-destructive I'll add a patch once my tests are done running. -- Ticket URL: <http://code.djangoproject.com/ticket/14910#comment:1> 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 django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.