1pot2po(1) Translate Toolkit 3.5.1 pot2po(1)
2
3
4
6 pot2po - Convert template files (like .pot or template .xlf files) to
7 translation files, preserving existing translations.
8
10 pot2po [--version] [-h|--help] [--manpage] [--progress PROGRESS] [--er‐
11 rorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp]
13 [-P|--pot] [--tm] [-s|--similarity] [--nofuzzymatching]
14
16 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
17 est/commands/pot2po.html 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 catkeys, lang, pot, ts, xlf, xliff formats
37
38 -x/--exclude
39 exclude names matching EXCLUDE from input paths
40
41 -o/--output
42 write to OUTPUT in catkeys, lang, po, pot, ts, xlf, xliff for‐
43 mats
44
45 -t/--template
46 read from TEMPLATE in catkeys, lang, po, pot, ts, xlf, xliff
47 formats
48
49 -S/--timestamp
50 skip conversion if the output file has newer timestamp
51
52 -P/--pot
53 output PO Templates (.pot) rather than PO files (.po)
54
55 --tm The file to use as translation memory when fuzzy matching
56
57 -s/--similarity
58 The minimum similarity for inclusion (default: 75%)
59
60 --nofuzzymatching
61 Disable fuzzy matching
62
63
64
65 Translate Toolkit 3.5.1 pot2po(1)