MSGFMT(1) | GNU | MSGFMT(1) |
msgfmt - compile message catalog to binary format
msgfmt [OPTION] filename.po ...
Generate binary message catalog from textual translation description.
Mandatory arguments to long options are mandatory for short options too. Similarly for optional arguments.
If input file is -, standard input is read.
If output file is -, output is written to standard output.
The class name is determined by appending the locale name to the resource name, separated with an underscore. The -d option is mandatory. The class is written under the specified directory.
The -l and -d options are mandatory. The .dll file is written in a subdirectory of the specified directory whose name depends on the locale.
The -l and -d options are mandatory. The .msg file is written in the specified directory.
Written by Ulrich Drepper.
Report bugs to <bug-gnu-gettext@gnu.org>.
Copyright © 1995-1998, 2000-2006 Free Software Foundation,
Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
The full documentation for msgfmt is maintained as a Texinfo manual. If the info and msgfmt programs are properly installed at your site, the command
should give you access to the complete manual.
November 2006 | GNU gettext-tools 0.16.1 |