1po2idml(1) Translate Toolkit 3.9.2 po2idml(1)
2
3
4
6 po2idml - Takes an IDML template file and a PO file containing transla‐
7 tions of strings in the IDML template. It creates a new IDML file using
8 the translations of the PO file.
9
10
12 po2idml [--version] [-h|--help] [--manpage] [--progress PROGRESS]
13 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
14 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp]
15
17 --version
18 show program's version number and exit
19
20 -h/--help
21 show this help message and exit
22
23 --manpage
24 output a manpage based on the help
25
26 --progress
27 show progress as: dots, none, bar, names, verbose
28
29 --errorlevel
30 show errorlevel as: none, message, exception, traceback
31
32 -i/--input
33 read from INPUT in po, pot formats
34
35 -x/--exclude
36 exclude names matching EXCLUDE from input paths
37
38 -o/--output
39 write to OUTPUT in idml format
40
41 -t/--template
42 read from TEMPLATE in idml format
43
44 -S/--timestamp
45 skip conversion if the output file has newer timestamp
46
47
48
49 Translate Toolkit 3.9.2 po2idml(1)