1rc2po(1) Translate Toolkit 1.9.0 rc2po(1)
2
3
4
6 rc2po - convert .rc files to Gettext PO localization files
7
9 rc2po [--version] [-h|--help] [--manpage] [--progress PROGRESS]
10 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
11 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-P|--pot] [--charset
12 CHARSET] [-l|--lang LANG] [--sublang SUBLANG] [--duplicates DUPLICATā
13 ESTYLE]
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 nls, rc formats
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 nls, rc formats
42
43 -P/--pot
44 output PO Templates (.pot) rather than PO files (.po)
45
46 --charset
47 charset to use to decode the RC files (default: cp1252)
48
49 -l/--lang
50 LANG entry (default: LANG_ENGLISH)
51
52 --sublang
53 SUBLANG entry (default: SUBLANG_DEFAULT)
54
55 --duplicates
56 what to do with duplicate strings (identical source text):
57 merge, msgctxt (default: 'msgctxt')
58
59
60
61 Translate Toolkit 1.9.0 rc2po(1)