Convert translatable items in HTML to the PO format.
html2po [options] <html> <po>
po2html [options] <po> <html>
Where:
<html> |
is an HTML file or a directory of HTML files |
<po> |
is a PO file or directory of PO files |
Options (html2po):
show program’s version number and exit
show this help message and exit
output a manpage based on the help
show progress as: dots, none, bar, names, verbose
show errorlevel as: none, message, exception, traceback
read from INPUT in htm, html, xhtml formats
exclude names matching EXCLUDE from input paths
write to OUTPUT in po, pot formats
skip conversion if the output file has newer timestamp
output PO Templates (.pot) rather than PO files (.po)
include untagged sections
preserve html comments as translation notes in the output
what to do with duplicate strings (identical source text): merge, msgctxt (default: ‘msgctxt’)
Options (po2html):
show program’s version number and exit
show this help message and exit
output a manpage based on the help
show progress as: dots, none, bar, names, verbose
show errorlevel as: none, message, exception, traceback
read from INPUT in po, pot formats
exclude names matching EXCLUDE from input paths
write to OUTPUT in htm, html, xhtml formats
read from TEMPLATE in htm, html, xhtml formats
skip conversion if the output file has newer timestamp
only convert files where the translation completion is above PERCENT
use translations marked fuzzy
don’t use translations marked fuzzy (default)
html2po -P site pot
This will find all HTML files (.htm, .html, .xhtml) in site, convert them to POT files and place them in pot.
You can create and update PO files for different languages using the pot2po command.
po2html -t site -i xh -o site-xh
All the PO translations in xh will be converted to HTML using HTML files in site as templates and outputting new translated HTML files in site-xh.
The HTML format description gives more details on the format of the localisable HTML content and the capabilities of this converter.
Some items end up in the msgid’s that should not be translated