Concatenate and merge multiple
.potranslation files. Useful in software localization pipelines to combine message catalogs with filtering options. More information: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html.
.po files into one:msgcat {{file1.po file2.po ...}} {{[-o|--output-file]}} {{combined.po}}
msgcat {{[-f|--files-from]}} {{path/to/file_list.txt}} {{[-o|--output-file]}} {{combined.po}}
msgcat {{[-t|--to-code]}} {{UTF-8}} {{input.po}} {{[-o|--output-file]}} {{output.po}}
msgcat {{[-u|--unique]}} {{file1.po file2.po ...}} {{[-o|--output-file]}} {{unique.po}}
msgcat --use-first {{file1.po file2.po ...}} {{[-o|--output-file]}} {{output.po}}
msgcat {{[-h|--help]}}