#16578: l10n tag does not load ------------------------------+--------------------------------- Reporter: rickweinberger@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: Template system Version: 1.3 | Severity: Normal Keywords: | Triage Stage: Unreviewed Has patch: 0 | Easy pickings: 0 UI/UX: 0 | ------------------------------+--------------------------------- See here: https://docs.djangoproject.com/en/dev/topics/i18n/localization/
When I actually attempt {% load l10n %}, I get: TemplateSyntaxError at <URL> 'l10n' is not a valid tag library: Template library l10n not found, tried django.templatetags.l10n,django.contrib.admin.templatetags.l10n If it matters, I have USE_L10N = True in my settings.py. I simply couldn't find anything on this issue anywhere, so I might be reporting a bug in the documentation, rather than a bug in the implementation, if there's simply some setting I have to set that I haven't been told to, etc. -- Ticket URL: <https://code.djangoproject.com/ticket/16578> Django <https://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-updates@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.