1updatetm(1) Translate Toolkit 1.8.1 updatetm(1)
2
3
4
6 updatetm - Tool to write the .tm files for Pootle to use
7
9 updatetm [--version] [-h|--help] [--manpage] [--progress PROGRESS]
10 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
11 [-o|--output] OUTPUT [-t|--tm] [-c|--candidates] [-s|--similarity]
12 [--length]
13
15 --version
16 show program's version number and exit
17
18 -h/--help
19 show this help message and exit
20
21 --manpage
22 output a manpage based on the help
23
24 --progress
25 show progress as: dots, none, bar, names, verbose
26
27 --errorlevel
28 show errorlevel as: none, message, exception, traceback
29
30 -i/--input
31 read from INPUT in po, pot formats
32
33 -x/--exclude
34 exclude names matching EXCLUDE from input paths
35
36 -o/--output
37 write to OUTPUT in po.tm format
38
39 -t/--tm
40 The file to use as translation memory
41
42 -c/--candidates
43 The maximum number of TM candidates to store per message
44
45 -s/--similarity
46 The minimum similarity for inclusion
47
48 --length
49 The maximum string length to consider
50
51
52
53 Translate Toolkit 1.8.1 updatetm(1)