1pomerge(1) Translate Toolkit 1.9.0 pomerge(1)
2
3
4
6 pomerge - Merges XLIFF and Gettext PO localization files
7
9 pomerge [--version] [-h|--help] [--manpage] [--progress PROGRESS]
10 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
11 [-o|--output] OUTPUT [-t|--template TEMPLATE] [--mergeblanks] [--merge‐
12 fuzzy] [--mergecomments]
13
15 Snippet file produced by pogrep or updated by a translator can be
16 merged into existing files See: http://translate.source‐
17 forge.net/wiki/toolkit/pomerge for examples and usage instructions
18
20 --version
21 show program's version number and exit
22
23 -h/--help
24 show this help message and exit
25
26 --manpage
27 output a manpage based on the help
28
29 --progress
30 show progress as: dots, none, bar, names, verbose
31
32 --errorlevel
33 show errorlevel as: none, message, exception, traceback
34
35 -i/--input
36 read from INPUT in xlf, po, pot, pot formats
37
38 -x/--exclude
39 exclude names matching EXCLUDE from input paths
40
41 -o/--output
42 write to OUTPUT in po, pot, pot, xlf formats
43
44 -t/--template
45 read from TEMPLATE in pot, po, pot, xlf formats
46
47 --mergeblanks
48 whether to overwrite existing translations with blank transla‐
49 tions (yes/no). Default is yes.
50
51 --mergefuzzy
52 whether to consider fuzzy translations from input (yes/no).
53 Default is yes.
54
55 --mergecomments
56 whether to merge comments as well as translations (yes/no).
57 Default is yes.
58
59
60
61 Translate Toolkit 1.9.0 pomerge(1)