﻿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
35161	makemessages - make comments with line numbers look the same in all operating systems	אורי	nobody	"Hi,

I'm using Django on Windows and I run `python manage.py makemessages --all` to create my *.po files. I'm using Windows and the comments before the msgid look like:

{{{
#: .\accounts\models.py:85
msgid ""username""
msgstr ""nom d’utilisateur""
}}}

My fellow developer uses Linux and when he runs the same command on his machine, the comments change (I'm not sure exactly but I think to `#: accounts/models.py:85`). So we both can't work on the same files otherwise the comments change all the time. Can you make all these comments be in Linux format also on Windows? It will save many problems since then we can work each on his machine, and the comments will not change. Also, I think it's better to have a canonical format for the source files in *.po files which do not depend on the developer's operating system.

Thanks,
Uri."	Cleanup/optimization	closed	Internationalization	dev	Normal	wontfix		Claude Paroz	Unreviewed	0	0	0	0	0	0
