#16897 closed Bug (fixed)
makemessages option_list default value for "extensions" is missing .txt
Reported by: | Simon Meers | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Looks like r16437 updated everything except the option_list
. Simple patch attached. Of course we might also consider listing the conditional '.js' switch here as well, but maybe that's too much detail for the option_list
.
Attachments (2)
Change History (6)
by , 13 years ago
Attachment: | 16897.diff added |
---|
comment:1 by , 13 years ago
Has patch: | set |
---|---|
Needs tests: | set |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 13 years ago
Needs tests: | unset |
---|---|
Patch needs improvement: | set |
Woops, sorry I got confused there! :P
While we're fixing this I think it's worth adding a note that the default is '.js' if the domain is 'djangojs'.
by , 13 years ago
Attachment: | 16897_v2.diff added |
---|
Note:
See TracTickets
for help on using tickets.
I got bitten by this too. This wouldn't have been missed if there were tests, so it'd be good to add some :-)