#13045 closed (fixed)
Expose l10n setting in generated settings.py file when beginning a new project
Reported by: | efmontes | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Keywords: | pycamp2010 | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Add change needed for internationalization machinery when begining an new proyect.
Attachments (1)
Change History (6)
by , 15 years ago
Attachment: | 13045.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|
comment:2 by , 15 years ago
Summary: | Add change needed for internationalization machinery when begining an new proyect . → Expose l10n setting in generated settings.py file when beginning a new project |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:3 by , 15 years ago
Needs documentation: | set |
---|---|
Patch needs improvement: | set |
Triage Stage: | Design decision needed → Accepted |
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Discussing with Jannis on IRC: USE_L10N should be set to True for new projects; legacy projects should inherit USE_L10N=False from the default global setting. There also needs to be documentation updates indicating that this is the default, and how to disable L10N if you don't want it.