xgettext Command Examples

Extract gettext strings from code files. More information: https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html.

xgettext {{path/to/input_file}}

xgettext {{[-o|--output]}} {{path/to/output_file}} {{path/to/input_file}}

xgettext {{[-j|--join-existing]}} {{[-o|--output]}} {{path/to/output_file}} {{path/to/input_file}}

xgettext --omit-header {{path/to/input_file}}

xgettext {{[-h|--help]}}