On Tue, Apr 10, 2012 at 21:18, Thomas Petazzoni
<address@hidden> wrote:
Le Tue, 10 Apr 2012 20:51:53 +0200,
Thomas Petazzoni <address@hidden> a écrit :
> Also, I think we have issues with wrapping. Depending on which Djrango
> version generates the .po files, we have different line-wrapping
> behaviours, which generates a lot of useless differences. Does anyone
> knows how to better teach Django about this?
Ok, in Django 1.3, makemessages can take an optional --no-wrap
parameter. I'm using it now, and it plays better with poedit which
unwraps all lines.
I'll update the patch. Thanks for the head's up.
Best regards,
Jeroen