﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21209	Windows: Wrong file location path comments in .po files generated by makemessages	Ramiro Morales	Ramiro Morales	"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.
"	Bug	closed	Internationalization	dev	Normal	fixed			Accepted	0	0	0	0	0	0
