1po2tmx(1) Translate Toolkit 3.9.2 po2tmx(1)
2
3
4
6 po2tmx - Convert Gettext PO localization files to a TMX (Translation
7 Memory eXchange) file.
8
10 po2tmx [--version] [-h|--help] [--manpage] [--progress PROGRESS] [--er‐
11 rorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-S|--timestamp] [-l|--language LANG] [--source-
13 language LANG] [--comments]
14
16 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
17 est/commands/po2tmx.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 po, pot formats
37
38 -x/--exclude
39 exclude names matching EXCLUDE from input paths
40
41 -o/--output
42 write to OUTPUT in tmx format
43
44 -S/--timestamp
45 skip conversion if the output file has newer timestamp
46
47 -l/--language
48 set target language code (e.g. af-ZA) [required]
49
50 --source-language
51 set source language code (default: en)
52
53 --comments
54 set default comment import: none, source, type or others (de‐
55 fault: none)
56
57
58
59 Translate Toolkit 3.9.2 po2tmx(1)