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

postats - summarize translation progress of gettext po files

Author

       postats   was   written   by  Zbigniew  Chyla  and  is  currently  being  maintained  by  Marcin  Owsiany
       <porridge@debian.org>.

                                               September 24, 2007                                     POSTATS(1)

Description

postats  is  a  simple  shell script, which uses potool(1) and wc(1) displays the count of translated and
       non-translated entries (with the percentage) in the specified  files.  If  no  files  are  specified,  it
       defaults to all files with extension ".po" in the current directory. It also displays a summary count for
       all the files.

Name

       postats - summarize translation progress of gettext po files

Options

-f     causes postats do include the counts of fuzzy entries as well.

See Also

potool(1), wc(1), msgmerge(1), msgfmt(1).

Synopsis

postats [-f] [FILENAME...]

See Also