MSGFMT(1) | User Commands | 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.
The -l, -o, and --template options are mandatory. If -D is specified, input files are read from the directory instead of the command line arguments.
The -l, -o, and --template options are mandatory. If -D is specified, input files are read from the directory instead of the command line arguments.
Written by Ulrich Drepper.
Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext> or by email to <bug-gettext@gnu.org>.
Copyright © 1995-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
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.
February 2023 | GNU gettext-tools 0.21 |