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

pocommentclean - Remove all translator comments from PO files.

Bugs

pocommentclean cannot clean individual PO files, it only cleans directories.

                                             Translate Toolkit 1.3.0                           pocommentclean(1)

Description

       pocommentclean will remove all translator comments from a directory of PO files.

Name

       pocommentclean - Remove all translator comments from PO files.

Operation

       Using  sed  pocommentclean  will  delete  all lines starting with # but which are not standard Gettext PO
       format lines. So it won't delete developer comments (#.), obsolete messages (#~), flags (#,) or locations
       (#:).

Options

--backup
              Create a backup file for each PO file converted, with the .po.bak extension.

Synopsis

pocommentclean [--backup] po-dir

       where po-dir is a directory of existing PO files that you want to clean.

See Also