1po2ts(1) Translate Toolkit 1.9.0 po2ts(1)
2
3
4
6 po2ts - convert Gettext PO localization files to Qt Linguist (.ts)
7 files
8
10 po2ts [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-c|--context]
13
15 see: http://translate.sourceforge.net/wiki/toolkit/po2ts for examples
16 and usage instructions
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 formats
36
37 -x/--exclude
38 exclude names matching EXCLUDE from input paths
39
40 -o/--output
41 write to OUTPUT in ts format
42
43 -t/--template
44 read from TEMPLATE in ts format
45
46 -c/--context
47 use supplied context instead of the one in the .po file comment
48
49
50
51 Translate Toolkit 1.9.0 po2ts(1)