1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-06 22:55:40 +02:00
tldr/pages/common/pocount.md
Ulices b6acdf34fd
pocount: add page & Spanish translation (#15426)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-02-07 08:35:45 +02:00

16 lines
578 B
Markdown

# 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}}`