commands.sh

pocount

all

Translate Toolkit utility to get translation progress from file, supporting several formats.

More info →

Examples (3)

Print a colorful table with the translation progress of a file

pocount path/to/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
made by @shridhargupta | data from tldr-pages