man libglade-xgettext (Commandes) - xgettext replacement for .glade files

NAME

libglade-xgettext - xgettext replacement for .glade files

SYNOPSIS

Usage: libglade-xgettext [-c] [-p] [-o FILE] GLADEFILES

 -c, --c            Force C output format
 -p, --pot          Force POT output format
 -o, --output=FILE  Output file name
 GLADEFILES         Glade XML input files

DESCRIPTION

libglade-xgettext creates a file of strings to be translated. It can output either a standard POT file (the default) or output a C file that can be parsed by xgettext. The C output is implicitly turned on if the output filename ends in .c

SEEALSO