Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

intltool-extract(8) [suse man page]

INTLTOOL-EXTRACT(8)					      System Manager's Manual					       INTLTOOL-EXTRACT(8)

NAME
intltool-extract - generate header files which can be read by gettext SYNOPSIS
intltool-extract [options]... SOURCE_FILE DESCRIPTION
intltool-extract extracts strings in the specified XML/INI type SOURCE_FILE and writes them into a C header file. Then xgettext(1) can merge these strings inside header file into po template. intltool-extract is usually not executed manually, but called from intltool-update(8) instead. OPTIONS
-l --local Creates a subdirectory under current working directory (named "tmp/") and writes files there. This option can't be used with --update option. --update Writes header file into the same directory the source file is in. New file name is the source file name appending ".h" extension. This option can't be used with -l/--local option. Besides, this option is the default option if neither --local nor --update is specified. --type=TYPE Specify the type of source file. Currently supported types are: "gettext/glade" (.glade, .glade2) "gettext/ini" (Generic INI file) "gettext/keys" (.keys) "gettext/rfc822deb" (RFC 822 format file) "gettext/quoted" (all strings within "") "gettext/schemas" (.schemas) "gettext/scheme" (.scm) "gettext/xml" (Generic XML file) -v --version Show version information. -h --help Show usage and basic help information. -q --quiet Be quiet while running. REPORTING BUGS
Report bugs to http://bugs.launchpad.net/intltool AUTHOR
Darin Adler <darin@bentspoon.com> Kenneth Christiansen <kenneth@gnu.org> Maciej Stachowiak <mjs@eazel.com> SEE ALSO
intltoolize(8), intltool-prepare(8), intltool-merge(8), intltool-update(8), xgettext(1) intltool 2003-08-02 INTLTOOL-EXTRACT(8)

Check Out this Related Man Page

intltool-extract(1)						   User Commands					       intltool-extract(1)

NAME
intltool-extract - generate header file from XML source file SYNOPSIS
intltool-extract [--ini-style] [--help] [--verbose] [--version] [--xml-style] [--scheme-style] source-file DESCRIPTION
intltool-extract generates header files from the strings in the specified input files which gettext can use to merge strings into the .pot file. OPTIONS
The following options are supported: --help Show usage and basic help information. You can also use -H to specify this option. --ini-style Specifies that the source file is of type gettext/ini. --scheme-style Specifies that the source file is of type gettext/scheme. You can also use -O to specify this option. --verbose Provide additional feedback. You can also use -X to specify this option. --version Show version information. You can also use -V to specify this option. --xml-style Specifies that the source file is of type gettext/xml. You can also use -O to specify this option. OPERANDS
The following operands are supported: source-file Specifies the pathname of the XML file from which to extract translatable content. EXAMPLES
Example 1: Generating a Header File for a Schemas File, With Verbose Output example% intltool-extract -O --scheme-style foo.schemas.in EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/intltool-extracThe command-line executable for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-common-devel | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
intltool-merge(1), intltool-prepare(1), intltool-unicodify(1), intltool-update(1), intltoolize(1) NOTES
For more information, see the I18N-HOWTO file, which is provided with the intltool source code. Updated by Damien Donlon, Sun Microsystems Inc., 2003. Written by Darin Adler, Kenneth Christiansen, Maciej Stachowiak. SunOS 5.10 3 Apr 2003 intltool-extract(1)
Man Page