po4a

Maintain translations of documentation files across multiple formats

brewmacoslinux
Try with needOr install directly
Source

About

Documentation translation maintenance tool

Commands

po4apo4a-gettextizepo4a-normalizepo4a-translatepo4a-updatepo

Examples

extract translatable text from documentation into translation files$ po4a-gettextize -f man -m input.man -p output.po
update translation files with new strings from source document$ po4a-updatepo -f pod -m script.pod -p translations.po
generate translated documentation from source and translation files$ po4a-translate -f man -m input.man -p fr.po -l output.fr.man
convert documentation to gettext format for translation$ po4a --help
manage multiple document translations with config file$ po4a po4a.cfg