#15830: Document i18n of localflavor
------------------------------+------------------------------
Reporter: framos | Owner: framos
Type: Uncategorized | Status: new
Milestone: | Component: Documentation
Version: SVN | Severity: Normal
Keywords: localflavor i18n | Triage Stage: Unreviewed
Has patch: 1 |
------------------------------+------------------------------
{{{django.contrib.localflavor}}} has its own catalog of translations, but
it's not loaded automatically like the main django catalog in
{{{django/conf/locale/}}}. {{{django.contrib.localflavor}}} must be added
to {{{INSTALLED_APPS}}} for the catalog to be loaded.
This behaviour should be documented in the localflavor documentation,
because localflavor's functionality (mainly form fields) doesn't require
the app to be in {{{INSTALLED_APPS}}}. In addition, users may expect these
translations to be automatically available, being localflavor a part of
Django.
I include a patch for {{{docs/ref/contrib/localflavor.txt}}} explaining
this.
See also [http://groups.google.com/group/django-
developers/browse_thread/thread/942698d20b37ee25 this thread in django-
developers].
--
Ticket URL: <http://code.djangoproject.com/ticket/15830>
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.