i18n-report

Generate HTML reports from PO (gettext) translation files

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Utility to generate an HTML report from a set of PO files.

Commands

i18n-report

Examples

Generate a report from a single PO file$ i18n-report translations.po -o report.html
Generate a report from multiple PO files in a directory$ i18n-report *.po -o translation_report.html
Generate a report with custom template and output directory$ i18n-report locale/*/LC_MESSAGES/*.po -o reports/ -t custom_template.html