Tysdag 8. september 2009 skreiv Eddy Petrișor: >> Also, can you commit the following change to Makefile.am >> (trunk and 0.8.5). It makes it much easier for us translators >> to see which parts of the strings have changed. > >I am wondering when this disappeared from trunk since I think I remember >adding that myself sometime in the past.
The changes to Makefile.am are still not in trunk. The file does contain MSGMERGE_UPDATE = @MSGMERGE@ --quiet --update --previous but MSGMERGE_UPDATE is not actually used for updating the PO files, as far as I can see. Instead it this line (using an older syntax) that does the updating: if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then This needs to have ‘--previous’ added to it, right before the first $$lang.po, as shown below in my original message. -- Karl Ove Hufthammer http://huftis.org/ Jabber: [email protected] _______________________________________________ Wormux-update mailing list [email protected] https://mail.gna.org/listinfo/wormux-update
