Topic: Merge PO File

I want know how to merge tow PO file.

Re: Merge PO File

Using gettext:

msgmerge file1.po file2.po -o resultfile.po

Janusz