trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

merge-file: master.XX.po does not override strings in document.XX.po


From: D. Barbier
Subject: merge-file: master.XX.po does not override strings in document.XX.po
Date: Wed, 9 Jan 2013 20:29:06 +0100

Hello,

GNUmakefile.team contains this snippet:

 # Merge a file.
 # When the master compendium is present, its translations override
 # the translations from the PO file.
 # $(1) is the PO file to merge; $$$$pot is its POT.
 define merge-file
 $(if $(master), \
   po0=$1; \
   $(MSGCAT) --more-than=1 --use-first $1 $(master) > $1-tmp0.po; \

But this last line does not match the comment above, $1 and $(master)
have to be swapped.

Denis



reply via email to

[Prev in Thread] Current Thread [Next in Thread]