refresh a po / mo file

Permalink
Hello!

We have a translated po/mo file for a addon. If there is a newer version for a addon, is there a way to add the new texts for localization (function t) to the existing po/mo file?

So that we can translate the new texts?


Best wishes,

Marc

scalait
 
synlag replied on at Permalink Reply
synlag
yes, -j is already set for joining messages with existing file, see

http://gd.tuwien.ac.at/linuxcommand.org/man_pages/xgettext1.html...

find $webroot/packages/$package -iname '*.php' -exec xgettext --default-domain=messages --keyword=t -l PHP -p $packagepath -j {} \;