1po2mozlang(1) Translate Toolkit 2.4.0 po2mozlang(1)
2
3
4
6 po2mozlang - Convert Gettext PO localization files to Mozilla .lang
7 files.
8
9
11 po2mozlang [--version] [-h|--help] [--manpage] [--progress PROGRESS]
12 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
13 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp] [--mark-
14 active] [--threshold PERCENT] [--fuzzy] [--nofuzzy]
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 lang format
40
41 -t/--template
42 read from TEMPLATE in lang format
43
44 -S/--timestamp
45 skip conversion if the output file has newer timestamp
46
47 --mark-active
48 mark the file as active
49
50 --threshold
51 only convert files where the translation completion is above
52 PERCENT
53
54 --fuzzy
55 use translations marked fuzzy
56
57 --nofuzzy
58 don't use translations marked fuzzy (default)
59
60
61
62 Translate Toolkit 2.4.0 po2mozlang(1)