logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PO Count - Get Translation Progress | Online Free DevTools by Hexmos

Get translation progress with PO Count. Analyze translation files in various formats to determine completion status. Free online tool, no registration required.

pocount

Translate Toolkit utility to get translation progress from file, supporting several formats. More information: https://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/pocount.html.

  • Print a colorful table with the translation progress of a file:

pocount {{path/to/file/file.po}}

  • Print translation progress of various files, one line per file:

pocount --short {{translation_*.ts}}

  • Generate a CSV file with the translation progress of various files:

pocount --csv {{translation_*.ts}} > {{path/to/translation_progress.csv}}

See Also