Opened 17 years ago
Closed 17 years ago
#5395 closed (fixed)
Error in settings.py, line 26-28
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
settings.py (in a newly started project) states this:
# Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes LANGUAGE_CODE = 'en-us'
That is, however, not true. The document at that URI does in fact not have a list of applicable choices. It describes the syntax for them, however.
Either the text should be changed or we should find a location where all choices can be found (which I think would be more helpful).
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
http://www.i18nguy.com/unicode/language-identifiers.html might be of some help, I think.