GNU gettext utilities
7.1 Invoking the msgcat Program
| | msgcat [option] [inputfile]...
|
The msgcat program concatenates and merges the specified PO files.
It finds messages which are common to two or more of the specified PO files.
By using the --more-than option, greater commonality may be requested
before messages are printed. Conversely, the --less-than option may be
used to specify less commonality before messages are printed (i.e.
`--less-than=2' will only print the unique messages). Translations,
comments and extract comments will be cumulated, except that if
--use-first is specified, they will be taken from the first PO file
to define them. File positions from all PO files will be cumulated.