1po2prop(1) Translate Toolkit 3.9.2 po2prop(1)
2
3
4
6 po2prop - Convert Gettext PO localization files to Java/Mozilla .prop‐
7 erties files.
8
10 po2prop [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp] [--per‐
13 sonality TYPE] [--encoding ENCODING] [--threshold PERCENT] [--fuzzy]
14 [--nofuzzy] [--removeuntranslated]
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 po, pot formats
38
39 -x/--exclude
40 exclude names matching EXCLUDE from input paths
41
42 -o/--output
43 write to OUTPUT in lang, properties, strings 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 --personality
52 override the input file format: java, java-utf8, java-utf16,
53 xwiki, flex, mozilla, gaia, gwt, skype, strings, strings-utf8,
54 joomla (for .properties files, default: java)
55
56 --encoding
57 override the encoding set by the personality
58
59 --threshold
60 only convert files where the translation completion is above
61 PERCENT
62
63 --fuzzy
64 use translations marked fuzzy
65
66 --nofuzzy
67 don't use translations marked fuzzy (default)
68
69 --removeuntranslated
70 remove untranslated strings from output
71
72
73
74 Translate Toolkit 3.9.2 po2prop(1)