{
    "content": [
        {
            "type": "text",
            "text": "# msgcat (info)\n\n## Sections\n\n- **File: gettext.info,  Node: msgcat Invocation,  Next: msgconv Invocation,  Up: Manipulating** (1 subsections)\n- **It finds messages which are common to two or more of the specified PO**\n- **Translations, comments, extracted comments, and file positions will be**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "msgcat",
        "section": "",
        "mode": "info",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "File: gettext.info,  Node: msgcat Invocation,  Next: msgconv Invocation,  Up: Manipulating",
                "lines": 1,
                "subsections": [
                    {
                        "name": "9.1 Invoking the 'msgcat' Program",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "It finds messages which are common to two or more of the specified PO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Translations, comments, extracted comments, and file positions will be",
                "lines": 147,
                "subsections": []
            }
        ],
        "sections": {
            "File: gettext.info,  Node: msgcat Invocation,  Next: msgconv Invocation,  Up: Manipulating": {
                "content": "",
                "subsections": [
                    {
                        "name": "9.1 Invoking the 'msgcat' Program",
                        "content": "msgcat [OPTION] [INPUTFILE]...\n\nThe 'msgcat' program concatenates and merges the specified PO files."
                    }
                ]
            },
            "It finds messages which are common to two or more of the specified PO": {
                "content": "files.  By using the '--more-than' option, greater commonality may be\nrequested before messages are printed.  Conversely, the '--less-than'\noption may be used to specify less commonality before messages are\nprinted (i.e. '--less-than=2' will only print the unique messages).",
                "subsections": []
            },
            "Translations, comments, extracted comments, and file positions will be": {
                "content": "cumulated, except that if '--use-first' is specified, they will be taken\nfrom the first PO file to define them.\n\nTo concatenate POT files, better use 'xgettext', not 'msgcat',\nbecause 'msgcat' would choke on the undefined charsets in the specified\nPOT files.\n\n\n'INPUTFILE ...'\nInput files.\n\n'-f FILE'\n'--files-from=FILE'\nRead the names of the input files from FILE instead of getting them\nfrom the command line.\n\n'-D DIRECTORY'\n'--directory=DIRECTORY'\nAdd DIRECTORY to the list of directories.  Source files are\nsearched relative to this list of directories.  The resulting '.po'\nfile will be written relative to the current directory, though.\n\nIf INPUTFILE is '-', standard input is read.\n\n\n'-o FILE'\n'--output-file=FILE'\nWrite output to specified file.\n\nThe results are written to standard output if no output file is\nspecified or if it is '-'.\n\n\n'-< NUMBER'\n'--less-than=NUMBER'\nPrint messages with less than NUMBER definitions, defaults to\ninfinite if not set.\n\n'-> NUMBER'\n'--more-than=NUMBER'\nPrint messages with more than NUMBER definitions, defaults to 0 if\nnot set.\n\n'-u'\n'--unique'\nShorthand for '--less-than=2'.  Requests that only unique messages\nbe printed.\n\n\n'-P'\n'--properties-input'\nAssume the input files are Java ResourceBundles in Java\n'.properties' syntax, not in PO file syntax.\n\n'--stringtable-input'\nAssume the input files are NeXTstep/GNUstep localized resource\nfiles in '.strings' syntax, not in PO file syntax.\n\n\n'-t'\n'--to-code=NAME'\nSpecify encoding for output.\n\n'--use-first'\nUse first available translation for each message.  Don't merge\nseveral translations into one.\n\n'--lang=CATALOGNAME'\nSpecify the 'Language' field to be used in the header entry.  See\n*note Header Entry:: for the meaning of this field.  Note: The\n'Language-Team' and 'Plural-Forms' fields are left unchanged.\n\n'--color'\n'--color=WHEN'\nSpecify whether or when to use colors and other text attributes.\nSee *note The --color option:: for details.\n\n'--style=STYLEFILE'\nSpecify the CSS style rule file to use for '--color'.  See *note\nThe --style option:: for details.\n\n'--force-po'\nAlways write an output file even if it contains no message.\n\n'-i'\n'--indent'\nWrite the .po file using indented style.\n\n'--no-location'\nDo not write '#: FILENAME:LINE' lines.\n\n'-n'\n'--add-location=TYPE'\nGenerate '#: FILENAME:LINE' lines (default).\n\nThe optional TYPE can be either 'full', 'file', or 'never'.  If it\nis not given or 'full', it generates the lines with both file name\nand line number.  If it is 'file', the line number part is omitted.\nIf it is 'never', it completely suppresses the lines (same as\n'--no-location').\n\n'--strict'\nWrite out a strict Uniforum conforming PO file.  Note that this\nUniforum format should be avoided because it doesn't support the\nGNU extensions.\n\n'-p'\n'--properties-output'\nWrite out a Java ResourceBundle in Java '.properties' syntax.  Note\nthat this file format doesn't support plural forms and silently\ndrops obsolete messages.\n\n'--stringtable-output'\nWrite out a NeXTstep/GNUstep localized resource file in '.strings'\nsyntax.  Note that this file format doesn't support plural forms.\n\n'-w NUMBER'\n'--width=NUMBER'\nSet the output page width.  Long strings in the output files will\nbe split across multiple lines in order to ensure that each line's\nwidth (= number of screen columns) is less or equal to the given\nNUMBER.\n\n'--no-wrap'\nDo not break long message lines.  Message lines whose width exceeds\nthe output page width will not be split into several lines.  Only\nfile reference lines which are wider than the output page width\nwill be split.\n\n'-s'\n'--sort-output'\nGenerate sorted output.  Note that using this option makes it much\nharder for the translator to understand each message's context.\n\n'-F'\n'--sort-by-file'\nSort output by file location.\n\n\n'-h'\n'--help'\nDisplay this help and exit.\n\n'-V'\n'--version'\nOutput version information and exit.\n",
                "subsections": []
            }
        }
    }
}