#21209 closed Bug (fixed)
Windows: Wrong file location path comments in .po files generated by makemessages
Reported by: | Ramiro Morales | Owned by: | Ramiro Morales |
---|---|---|---|
Component: | Internationalization | Version: | dev |
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 (last modified by )
The comments associated with literals found on files of the 'django' domain that aren't Python source code end like this (from the test suite):
# .\template\test.html.py:55 msgid "The translatable literal here"
it should be:
# template\test.html:55 msgid "The translatable literal here"
to be on par with the file generated on Unix, or even possibly:
# .\template\test.html:55 msgid "The translatable literal here"
But the .py
prefix shouldn't be leaked.
Change History (3)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 4b715fc05a75c375d5afe1860ce748ae2a2e290b: