On Mon, May 03, 2004 at 10:13:54AM +0200, Martin Quinson wrote:
Is that related to the change from -Lc to -L Perl?
Because if not, the validation of the po file fails when one string ends
with \n but not the other.
I took care of this, there have been 2 changes here:
1. Remove trailing newlines from messages and from msgstrs in
po/bin/fr.po. I did not realize that Jordi was translating
po/bin/po4a.pot into Spanish, so he also had to remove these
trailing newlines from his po/bin/es.po.
2. Replace -Lc by -LPerl, and messages in the form "foo"."bar"
were then concatenated; I updated po/bin/fr.po accordingly,
as did Jordi with po/bin/es.po.
Denis