LinuxCommandLibrary

pocount

TLDR

Count translation statistics

$ pocount [file.po]
copy
Count multiple files
$ pocount [*.po]
copy
Short format output
$ pocount --short [file.po]
copy
CSV output
$ pocount --csv [file.po]
copy

SYNOPSIS

pocount [options] [files]

DESCRIPTION

pocount counts translation statistics in PO files. Part of translate-toolkit.
The tool shows word and string counts. Reports translation progress.
pocount analyzes translations.

PARAMETERS

FILES

PO translation files.
--short
Short summary format.
--csv
CSV output format.
--incomplete
Only show incomplete files.
--full
Full detailed output.

CAVEATS

Requires PO format files. Part of translate-toolkit.

HISTORY

pocount was created as part of translate-toolkit for translation statistics.

SEE ALSO

msgfmt(1), pofilter(1), gettext(1)

Copied to clipboard