Poster of Linux kernelThe best gift for a Linux geek
pocommentclean

pocommentclean

Section: Translate Toolkit 1.3.0 (1) Updated: Translate Toolkit 1.3.0
Local index Up
 

NAME

pocommentclean - Remove all translator comments from PO files.  

SYNOPSIS

pocommentclean [--backup] po-dir

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

DESCRIPTION

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

OPTIONS

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

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 (#:).  

BUGS

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
OPERATION
BUGS

This document was created by man2html, using the manual pages.
Time: 21:24:58 GMT, April 16, 2011