1symb2po(1) Translate Toolkit 1.9.0 symb2po(1)
2
3
4
6 symb2po - Convert Symbian localisation files to Gettext PO localization
7 files.
8
10 symb2po [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-P|--pot] [--duplicates
13 DUPLICATESTYLE]
14
16 --version
17 show program's version number and exit
18
19 -h/--help
20 show this help message and exit
21
22 --manpage
23 output a manpage based on the help
24
25 --progress
26 show progress as: dots, none, bar, names, verbose
27
28 --errorlevel
29 show errorlevel as: none, message, exception, traceback
30
31 -i/--input
32 read from INPUT in r01 format
33
34 -x/--exclude
35 exclude names matching EXCLUDE from input paths
36
37 -o/--output
38 write to OUTPUT in po, pot formats
39
40 -t/--template
41 read from TEMPLATE in
42
43 -P/--pot
44 output PO Templates (.pot) rather than PO files (.po)
45
46 --duplicates
47 what to do with duplicate strings (identical source text):
48 merge, msgctxt (default: 'msgctxt')
49
50
51
52 Translate Toolkit 1.9.0 symb2po(1)