1pomerge(1) Translate Toolkit 3.9.2 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] [-S|--timestamp]
12 [--mergeblanks] [--mergefuzzy] [--mergecomments]
13
15 Snippet file produced by e.g. :doc:`pogrep </commands/pogrep>` and up‐
16 dated by a translator can be merged back into the original files.
17
18 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
19 est/commands/pomerge.html for examples and usage instructions.
20
22 --version
23 show program's version number and exit
24
25 -h/--help
26 show this help message and exit
27
28 --manpage
29 output a manpage based on the help
30
31 --progress
32 show progress as: dots, none, bar, names, verbose
33
34 --errorlevel
35 show errorlevel as: none, message, exception, traceback
36
37 -i/--input
38 read from INPUT in po, pot, pot, xlf, xliff formats
39
40 -x/--exclude
41 exclude names matching EXCLUDE from input paths
42
43 -o/--output
44 write to OUTPUT in po, pot, pot, xlf, xliff formats
45
46 -t/--template
47 read from TEMPLATE in po, pot, pot, xlf, xliff formats
48
49 -S/--timestamp
50 skip conversion if the output file has newer timestamp
51
52 --mergeblanks
53 whether to overwrite existing translations with blank transla‐
54 tions (yes/no). Default is yes.
55
56 --mergefuzzy
57 whether to consider fuzzy translations from input (yes/no). De‐
58 fault is yes.
59
60 --mergecomments
61 whether to merge comments as well as translations (yes/no). De‐
62 fault is yes.
63
64
65
66 Translate Toolkit 3.9.2 pomerge(1)