1prop2po(1) Translate Toolkit 3.9.2 prop2po(1)
2
3
4
6 prop2po - Convert Java/Mozilla .properties files to Gettext PO local‐
7 ization files.
8
10 prop2po [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp]
13 [-P|--pot] [--personality TYPE] [--encoding ENCODING] [--duplicates DU‐
14 PLICATESTYLE]
15
17 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
18 est/commands/prop2po.html for examples and usage instructions.
19
21 --version
22 show program's version number and exit
23
24 -h/--help
25 show this help message and exit
26
27 --manpage
28 output a manpage based on the help
29
30 --progress
31 show progress as: dots, none, bar, names, verbose
32
33 --errorlevel
34 show errorlevel as: none, message, exception, traceback
35
36 -i/--input
37 read from INPUT in lang, properties, strings formats
38
39 -x/--exclude
40 exclude names matching EXCLUDE from input paths
41
42 -o/--output
43 write to OUTPUT in po, pot formats
44
45 -t/--template
46 read from TEMPLATE in lang, properties, strings formats
47
48 -S/--timestamp
49 skip conversion if the output file has newer timestamp
50
51 -P/--pot
52 output PO Templates (.pot) rather than PO files (.po)
53
54 --personality
55 override the input file format: java, java-utf8, java-utf16,
56 xwiki, flex, mozilla, gaia, gwt, skype, strings, strings-utf8,
57 joomla (for .properties files, default: java)
58
59 --encoding
60 override the encoding set by the personality
61
62 --duplicates
63 what to do with duplicate strings (identical source text):
64 merge, msgctxt (default: 'msgctxt')
65
66
67
68 Translate Toolkit 3.9.2 prop2po(1)