Viewing file: msgfmt.1.html (17.09 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
MSGFMT
MSGFMT
NAME
SYNOPSIS
DESCRIPTION
AUTHOR
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
|
msgfmt - compile message catalog to binary format |
SYNOPSIS
|
msgfmt [OPTION] filename.po
... |
DESCRIPTION
|
Generate binary message catalog from textual translation
description. |
|
Mandatory arguments to long options are mandatory for short
options too. |
|
-D, --directory=DIRECTORY |
|
add DIRECTORY to list for input files search |
|
If input file is -, standard input is read. |
|
Java mode: generate a Java ResourceBundle class |
|
like --java, and assume Java2 (JDK 1.2 or
higher) |
|
Tcl mode: generate a tcl/msgcat .msg file |
|
write output to specified file |
|
enable strict Uniforum mode |
|
If output file is -, output is written to standard
output. |
|
Output file location in Java mode: |
|
locale name, either language or
language_COUNTRY |
|
base directory of classes directory hierarchy |
|
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. |
|
Output file location in Tcl mode: |
|
locale name, either language or
language_COUNTRY |
|
base directory of .msg message catalogs |
|
The -l and -d options are mandatory. The .msg
file is written in the specified directory. |
|
Input file interpretation: |
|
perform all the checks implied by --check-format,
--check-header, --check-domain |
|
check language dependent format strings |
|
verify presence and contents of the header
entry |
|
check for conflicts between domain directives and the
--output-file option |
|
-C, --check-compatibility |
|
check that GNU msgfmt behaves like X/Open
msgfmt |
|
--check-accelerators[=CHAR] |
|
check presence of keyboard accelerators for menu
items |
|
use fuzzy entries in output |
|
align strings to NUMBER bytes (default: 1) |
|
binary file will not include the hash table |
|
display this help and exit |
|
output version information and exit |
|
print statistics about translations |
AUTHOR
|
Written by Ulrich Drepper. |
REPORTING BUGS
|
Report bugs to <bug-gnu-gettext@gnu.org>. |
COPYRIGHT
|
Copyright 1995-1998, 2000-2002 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. |
SEE ALSO
|
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. |
|