xlfpomerge
Purpose: Merges translated XLIFF representation of PO files with updated XLIFF representations of POT files
Usage: xlfpomerge [OPTIONS] translated.xlf template.xlf [OUTPUTFILE]
Options
Name |
Description |
--keep-obsolete |
Keep obsolete translation units |
--help |
Display usage information and exit |
--version |
Display version information and exit |
Description
The purpose of xlfpomerge is to merge two XLIFF-represented PO files: translated.xlf is a XLIFF file that has been previously processed with xlfpoinit. template.xlf is a XLIFF file generated by xlf2po, with the --template flag set. Translation Units (TUs) in template.xlf that are not in translated.xlf are added, TUs in translated.xlf that are note in template.xlf are deleted, and PO references and extracted comments are updated.


