Opened 17 years ago
Closed 17 years ago
#6624 closed (wontfix)
Small improvements to django/bin/make-messages.py
Reported by: | Ludvig Ericson | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Patch adds a -h to get the help (struck me as odd that it didn't have one, so I added it), and moves the usage message to its own function (_print_usage
), I also took the liberty of updating how the message is printed. See the patch for what (it's a small one.)
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | django-make-messages-improve.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The option parsing in there is getting pretty messy
Let's wait until I merge this into management.py, since that will give us the options automatically (including an automatic help message). So I'm going this as wontfix because it will be more or less automatically fixed by the reorganisation. (You're right, though, we should have a help option.)
Uhm.. "-h" would be nice to have :)