Opened 11 years ago
Last modified 11 years ago
#21209 closed Bug
Windows: Wrong file location path comments in .po files generated by makemessages — at Version 1
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.
Note:
See TracTickets
for help on using tickets.