Opened 12 years ago
Closed 12 years ago
#18547 closed Cleanup/optimization (fixed)
Django-admin.py makemessages should show a specific error message if the user hasn't installed gettext (e. g. on windows)
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
According to the documentation the GNU gettext utilities are necessary for django-admin.py makemessages. But the first time I used it, it did not know this. The command line only shows that the command "xgettext" was not found. But a more specific message like "xgettext not found. You need to install ..." would be nice. Thanks.
Attachments (1)
Change History (3)
comment:1 by , 12 years ago
Component: | Translations → Internationalization |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 12 years ago
Attachment: | 18547.diff added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Catch when xgettext is not found