Opened 16 years ago
Last modified 13 years ago
#8536 closed
Some fixes for the makemessages management command — at Version 1
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Keywords: | makemessages pot templatize | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The command doesn't correctly clean up after itself if an error condition is found when forking external GNU gettext utilities (xgettext
, msgmerge
, msgfmt
), potentially leaving spurious temporary files (.pot
, .js.py
, .html.py
) in the tree.
Also, some optimizations were made.
Change History (2)
by , 16 years ago
Attachment: | t8536-r8534.diff added |
---|
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Has patch: | set |
Note:
See TracTickets
for help on using tickets.
Patch, applies to trunk as of r8534