Penguin
Annotated edit history of msgmerge(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MSGMERGE
2 !!!MSGMERGE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 msgmerge - merge two message catalogs
15 !!SYNOPSIS
16
17
18 __msgmerge__ [[''OPTION''] ''def.po
19 ref.po''
20 !!DESCRIPTION
21
22
23 Mandatory arguments to long options are mandatory for short
24 options too.
25
26
27 __-C__, __--compendium__=''FILE''
28
29
30 additional library of message translations, may be specified
31 more than once
32
33
34 __-D__, __--directory__=''DIRECTORY''
35
36
37 add ''DIRECTORY'' to list for input files
38 search
39
40
41 __-e__, __--no-escape__
42
43
44 do not use C escapes in output (default)
45
46
47 __-E__, __--escape__
48
49
50 use C escapes in output, no extended chars
51
52
53 __--force-po__
54
55
56 write PO file even if empty
57
58
59 __-h__, __--help__
60
61
62 display a help message and exit
63
64
65 __-i__, __--indent__
66
67
68 indented output style
69
70
71 __-o__, __--output-file__=''FILE''
72
73
74 result will be written to FILE
75
76
77 __--no-location__
78
79
80 suppress '#: filename:line' lines
81
82
83 __--add-location__
84
85
86 preserve '#: filename:line' lines (default)
87
88
89 __--strict__
90
91
92 strict Uniforum output style
93
94
95 __-v__, __--verbose__
96
97
98 increase verbosity level
99
100
101 __-V__, __--version__
102
103
104 output version information and exit
105
106
107 __-w__, __--width__=''NUMBER''
108
109
110 set output page width
111
112
113 Merges two Uniforum style .po files together. The
114 ''def.po'' file is an existing PO file with the old
115 translations which will be taken over to the newly created
116 file as long as they still match; comments will be
117 preserved, but extract comments and file positions will be
118 discarded. The ''ref.po'' file is the last created PO
119 file (generally by xgettext), any translations or comments
120 in the file will be discarded, however dot comments and file
121 positions will be preserved. Where an exact match cannot be
122 found, fuzzy matching is used to produce better results. The
123 results are written to stdout unless an output file is
124 specified.
125 !!AUTHOR
126
127
128 Written by Peter Miller.
129 !!REPORTING BUGS
130
131
132 Report bugs to
133 !!COPYRIGHT
134
135
136 Copyright 1995-1998, 2000, 2001 Free Software Foundation,
137 Inc.
138 This is free software; see the source for copying
139 conditions. There is NO warranty; not even for
140 MERCHANTABILITY or FITNESS FOR A PARTICULAR
141 PURPOSE.
142 !!SEE ALSO
143
144
145 gettext(1), msgfmt(1),
146 xgettext(1)
147
148
149 The full documentation for __msgmerge__ is maintained as
150 a Texinfo manual. If the __info__ and __msgmerge__
151 programs are properly installed at your site, the command
152 __info msgmerge__ should give you access to the complete
153 manual.
154
155
156 On Debian, the manual is also available in HTML format in
157 the gettext-doc package.
158 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.