1poclean(1) Translate Toolkit 3.5.1 poclean(1)
2
3
4
6 poclean - Produces a clean file from an unclean file (Trados/Wordfast)
7 by stripping out the tw4win indicators.
8
10 poclean [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-S|--timestamp]
13
15 This does not convert an RTF file to PO/XLIFF, but produces the target
16 file with only the target text in from a text version of the RTF.
17
19 --version
20 show program's version number and exit
21
22 -h/--help
23 show this help message and exit
24
25 --manpage
26 output a manpage based on the help
27
28 --progress
29 show progress as: dots, none, bar, names, verbose
30
31 --errorlevel
32 show errorlevel as: none, message, exception, traceback
33
34 -i/--input
35 read from INPUT in po, pot, xlf, xliff formats
36
37 -x/--exclude
38 exclude names matching EXCLUDE from input paths
39
40 -o/--output
41 write to OUTPUT in po, pot, xlf, xliff formats
42
43 -S/--timestamp
44 skip conversion if the output file has newer timestamp
45
46
47
48 Translate Toolkit 3.5.1 poclean(1)