summaryrefslogtreecommitdiff
path: root/gettext-tools/man/msgfmt.1
blob: 7a7fb8de53ca65c7215c9f19e1cb3683310cce7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
.TH MSGFMT "1" "December 2015" "GNU gettext-tools 0.19.7" GNU
.SH NAME
msgfmt \- compile message catalog to binary format
.SH SYNOPSIS
.B msgfmt
[\fIOPTION\fR] \fIfilename.po \fR...
.SH DESCRIPTION
.\" Add any additional description here
.PP
Generate binary message catalog from textual translation description.
.PP
Mandatory arguments to long options are mandatory for short options too.
Similarly for optional arguments.
.SS "Input file location:"
.TP
filename.po ...
input files
.TP
\fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
add DIRECTORY to list for input files search
.PP
If input file is -, standard input is read.
.SS "Operation mode:"
.TP
\fB\-j\fR, \fB\-\-java\fR
Java mode: generate a Java ResourceBundle class
.TP
\fB\-\-java2\fR
like \fB\-\-java\fR, and assume Java2 (JDK 1.2 or higher)
.TP
\fB\-\-csharp\fR
C# mode: generate a .NET .dll file
.TP
\fB\-\-csharp\-resources\fR
C# resources mode: generate a .NET .resources file
.TP
\fB\-\-tcl\fR
Tcl mode: generate a tcl/msgcat .msg file
.TP
\fB\-\-qt\fR
Qt mode: generate a Qt .qm file
.TP
\fB\-\-desktop\fR
Desktop Entry mode: generate a .desktop file
.TP
\fB\-\-xml\fR
XML mode: generate XML file
.SS "Output file location:"
.TP
\fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
write output to specified file
.TP
\fB\-\-strict\fR
enable strict Uniforum mode
.PP
If output file is -, output is written to standard output.
.SS "Output file location in Java mode:"
.TP
\fB\-r\fR, \fB\-\-resource\fR=\fIRESOURCE\fR
resource name
.TP
\fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
locale name, either language or language_COUNTRY
.TP
\fB\-\-source\fR
produce a .java file, instead of a .class file
.TP
\fB\-d\fR DIRECTORY
base directory of classes directory hierarchy
.PP
The class name is determined by appending the locale name to the resource name,
separated with an underscore.  The \fB\-d\fR option is mandatory.  The class is
written under the specified directory.
.SS "Output file location in C# mode:"
.TP
\fB\-r\fR, \fB\-\-resource\fR=\fIRESOURCE\fR
resource name
.TP
\fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
locale name, either language or language_COUNTRY
.TP
\fB\-d\fR DIRECTORY
base directory for locale dependent .dll files
.PP
The \fB\-l\fR and \fB\-d\fR options are mandatory.  The .dll file is written in a
subdirectory of the specified directory whose name depends on the locale.
.SS "Output file location in Tcl mode:"
.TP
\fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
locale name, either language or language_COUNTRY
.TP
\fB\-d\fR DIRECTORY
base directory of .msg message catalogs
.PP
The \fB\-l\fR and \fB\-d\fR options are mandatory.  The .msg file is written in the
specified directory.
.SS "Desktop Entry mode options:"
.TP
\fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
locale name, either language or language_COUNTRY
.TP
\fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
write output to specified file
.TP
\fB\-\-template\fR=\fITEMPLATE\fR
a .desktop file used as a template
.TP
\fB\-d\fR DIRECTORY
base directory of .po files
.TP
\fB\-kWORD\fR, \fB\-\-keyword\fR=\fIWORD\fR
look for WORD as an additional keyword
.TP
\fB\-k\fR, \fB\-\-keyword\fR
do not to use default keywords
.PP
The \fB\-l\fR, \fB\-o\fR, and \fB\-\-template\fR options are mandatory.  If \fB\-D\fR is specified, input
files are read from the directory instead of the command line arguments.
.SS "XML mode options:"
.TP
\fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\fR
locale name, either language or language_COUNTRY
.TP
\fB\-L\fR, \fB\-\-language\fR=\fINAME\fR
recognise the specified XML language
.TP
\fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
write output to specified file
.TP
\fB\-\-template\fR=\fITEMPLATE\fR
an XML file used as a template
.TP
\fB\-d\fR DIRECTORY
base directory of .po files
.PP
The \fB\-l\fR, \fB\-o\fR, and \fB\-\-template\fR options are mandatory.  If \fB\-D\fR is specified, input
files are read from the directory instead of the command line arguments.
.SS "Input file syntax:"
.TP
\fB\-P\fR, \fB\-\-properties\-input\fR
input files are in Java .properties syntax
.TP
\fB\-\-stringtable\-input\fR
input files are in NeXTstep/GNUstep .strings
syntax
.SS "Input file interpretation:"
.TP
\fB\-c\fR, \fB\-\-check\fR
perform all the checks implied by
\fB\-\-check\-format\fR, \fB\-\-check\-header\fR, \fB\-\-check\-domain\fR
.TP
\fB\-\-check\-format\fR
check language dependent format strings
.TP
\fB\-\-check\-header\fR
verify presence and contents of the header entry
.TP
\fB\-\-check\-domain\fR
check for conflicts between domain directives
and the \fB\-\-output\-file\fR option
.TP
\fB\-C\fR, \fB\-\-check\-compatibility\fR
check that GNU msgfmt behaves like X/Open msgfmt
.TP
\fB\-\-check\-accelerators\fR[=\fICHAR\fR]
check presence of keyboard accelerators for
menu items
.TP
\fB\-f\fR, \fB\-\-use\-fuzzy\fR
use fuzzy entries in output
.SS "Output details:"
.TP
\fB\-a\fR, \fB\-\-alignment\fR=\fINUMBER\fR
align strings to NUMBER bytes (default: 1)
.TP
\fB\-\-endianness\fR=\fIBYTEORDER\fR
write out 32-bit numbers in the given byte order
(big or little, default depends on platform)
.TP
\fB\-\-no\-hash\fR
binary file will not include the hash table
.SS "Informative output:"
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
output version information and exit
.TP
\fB\-\-statistics\fR
print statistics about translations
.TP
\fB\-v\fR, \fB\-\-verbose\fR
increase verbosity level
.SH AUTHOR
Written by Ulrich Drepper.
.SH "REPORTING BUGS"
Report bugs to <bug-gnu-gettext@gnu.org>.
.SH COPYRIGHT
Copyright \(co 1995-1998, 2000-2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
The full documentation for
.B msgfmt
is maintained as a Texinfo manual.  If the
.B info
and
.B msgfmt
programs are properly installed at your site, the command
.IP
.B info msgfmt
.PP
should give you access to the complete manual.