Opened 17 years ago
Last modified 14 years ago
#8536 closed
Some fixes for the makemessages management command — at Initial Version
| 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
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 spusious temporary files (.pot, .js.py, .html.py) in the tree.
Also, some optimizations were made.
Note:
See TracTickets
for help on using tickets.
Patch, applies to trunk as of r8534