Linux command
pocount 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Count translation statistics
pocount [file.po]
Count multiple files
pocount [*.po]
Short format output
pocount --short [file.po]
CSV output
pocount --csv [file.po]
说明
pocount counts translation statistics in PO (Portable Object) files, reporting the number of translated, fuzzy, and untranslated strings and words. It provides a quick overview of translation progress for localization projects. Output can be formatted as a short summary (--short), CSV (--csv), or full detail (--full). The --incomplete flag filters to only show files that still need translation work. Part of the translate-toolkit suite.
参数
- --short
- Short summary format.
- --csv
- CSV output format.
- --incomplete
- Only show incomplete files.
- --full
- Full detailed output.
FAQ
What is the pocount command used for?
pocount counts translation statistics in PO (Portable Object) files, reporting the number of translated, fuzzy, and untranslated strings and words. It provides a quick overview of translation progress for localization projects. Output can be formatted as a short summary (--short), CSV (--csv), or full detail (--full). The --incomplete flag filters to only show files that still need translation work. Part of the translate-toolkit suite.
How do I run a basic pocount example?
Run `pocount [file.po]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --short do in pocount?
Short summary format.