[Bug 227905] `make po' does not update the *.po file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 1 18:53:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227905

Wolfram Schneider <wosch at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #1 from Wolfram Schneider <wosch at FreeBSD.org> ---
The problem may be started by this commit:

commit 916a887bbaf3f89f30f1920b52f9652d3d5a20c4
Author: wblock <wblock at FreeBSD.org>
Date:   Mon Aug 14 21:08:28 2017 +0000

    Trim obsolete translations from PO files.  These are translations for
    text which does not exist in the original English document any more.


The line
${MSGATTRIB} --no-obsolete -o ${PO_LANG}.po.new ${PO_LANG}.po

is using wrong parameters, it use the old *.po file as input (instead the new
one) and overrides the fresh updated *.po with old data.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list