#15830 closed Bug (fixed)
Document i18n of localflavor
| Reported by: | Fidel Ramos | Owned by: | Fidel Ramos |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | localflavor i18n |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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 this thread in django-developers.
Attachments (1)
Change History (6)
by , 15 years ago
| Attachment: | doc_localflavor_i18n.diff added |
|---|
comment:1 by , 15 years ago
BTW I think the documentation should be updated both for trunk and in the 1.3 branch.
comment:2 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Type: | Uncategorized → Bug |
comment:3 by , 15 years ago
| Easy pickings: | unset |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Patch to docs/ref/contrib/localflavor.txt in r16026