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

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

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


From: Ineiev
Subject: Re: merge-file: master.XX.po does not override strings in document.XX.po
Date: Thu, 10 Jan 2013 08:33:08 +0400
User-agent: Thunderbird 2.0.0.24 (X11/20100623)

Hello, Denis!

On 01/09/2013 11:29 PM, D. Barbier wrote:
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.

$1-tmp0.po is used as the set of msgids to exclude from another intermediate
file, $1-tmp1.po; its translations shouldn't matter. could you provide
a sample to reproduce the bug?



reply via email to

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