i18n-report

Generate HTML reports from PO 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

create translation progress report from PO files$ i18n-report *.po
generate HTML report with specific output file$ i18n-report -o report.html translations/*.po
create report for multiple language PO files$ i18n-report locales/*/LC_MESSAGES/*.po
generate translation statistics report from directory$ i18n-report --output index.html locale/
batch convert all PO files to HTML reports$ i18n-report src/locale/**/*.po -o translations-report.html