For example :
{{{
-" lorem ipsum etc.\n"
+" lorem ipsum "
+"etc.\n"
}}}
Or :
{{{
-msgstr ""
-"Django, Le framework web pour les perfectionnistes ayant des échéances"
+msgstr "Django, Le framework web pour les perfectionnistes ayant des
échéances"
}}}
It makes merge and rebase a lot more complicated, because it prevent them
to be done automatically by the VCS.
Would it be feasible to have some fixed format that would make the locale
directory more stable ?
--
Ticket URL: <https://code.djangoproject.com/ticket/28279>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
You are talking about the `--no-wrap` option of many gettext tools. Django
also offers the same option with the `makemessages` command.
If your .po files are transiting through some translation tool or
platform, it may happen that one of these is using `--no-wrap`, hence the
formatting difference.
I don't see what Django can do for this. It's up to you to set your
wrapping policy and enforce it throughout your translation toolchain.
--
Ticket URL: <https://code.djangoproject.com/ticket/28279#comment:1>