1html2po(1)                  Translate Toolkit 2.4.0                 html2po(1)
2
3
4

NAME

6       html2po - Convert HTML files to Gettext PO localization files.
7

SYNOPSIS

9       html2po   [--version]  [-h|--help]  [--manpage]  [--progress  PROGRESS]
10       [--errorlevel ERRORLEVEL]  [-i|--input]  INPUT  [-x|--exclude  EXCLUDE]
11       [-o|--output]   OUTPUT   [-S|--timestamp]   [-P|--pot]  [-u|--untagged]
12       [--keepcomments] [--duplicates DUPLICATESTYLE]
13

DESCRIPTION

15       See:  http://docs.translatehouse.org/projects/translate-toolkit/en/lat
16       est/commands/html2po.html for examples and usage instructions.
17

OPTIONS

19       --version
20              show program's version number and exit
21
22       -h/--help
23              show this help message and exit
24
25       --manpage
26              output a manpage based on the help
27
28       --progress
29              show progress as: dots, none, bar, names, verbose
30
31       --errorlevel
32              show errorlevel as: none, message, exception, traceback
33
34       -i/--input
35              read from INPUT in htm, html, xhtml formats
36
37       -x/--exclude
38              exclude names matching EXCLUDE from input paths
39
40       -o/--output
41              write to OUTPUT in po, pot formats
42
43       -S/--timestamp
44              skip conversion if the output file has newer timestamp
45
46       -P/--pot
47              output PO Templates (.pot) rather than PO files (.po)
48
49       -u/--untagged
50              include untagged sections
51
52       --keepcomments
53              preserve html comments as translation notes in the output
54
55       --duplicates
56              what  to  do  with  duplicate  strings  (identical source text):
57              merge, msgctxt (default: 'msgctxt')
58
59
60
61                            Translate Toolkit 2.4.0                 html2po(1)
Impressum