1tiki2po(1) Translate Toolkit 1.9.0 tiki2po(1)
2
3
4
6 tiki2po - Convert TikiWiki's language.php files to GetText PO files.
7
9 tiki2po [--version] [-h|--help] [--manpage] [--progress PROGRESS]
10 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
11 [-o|--output] OUTPUT [--include-unused]
12
14 --version
15 show program's version number and exit
16
17 -h/--help
18 show this help message and exit
19
20 --manpage
21 output a manpage based on the help
22
23 --progress
24 show progress as: dots, none, bar, names, verbose
25
26 --errorlevel
27 show errorlevel as: none, message, exception, traceback
28
29 -i/--input
30 read from INPUT in php format
31
32 -x/--exclude
33 exclude names matching EXCLUDE from input paths
34
35 -o/--output
36 write to OUTPUT in po, pot formats
37
38 --include-unused
39 Include strings in the unused section
40
41
42
43 Translate Toolkit 1.9.0 tiki2po(1)