#35161: makemessages - make comments with line numbers look the same in all
operating systems
-----------------------------------------+------------------------
               Reporter:  אורי           |          Owner:  nobody
                   Type:  Uncategorized  |         Status:  new
              Component:  Uncategorized  |        Version:
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 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.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35161>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018d64b3e316-55577227-f37f-4913-ac10-45d5cbee921a-000000%40eu-central-1.amazonses.com.

Reply via email to