Name
POFileChecker — searches for common mistakes in PO/POT files
Synopsis
POFileChecker  [OPTION] [...] [FILE] [...]
Introduction
      POFileChecker
      searches for common mistakes in PO/POT files.
    
Command Line Options
- 
          --helpor-h
- 
            show usage instructions
          
- 
          --potor-t
- 
            check a pot file, not a po file
          
- 
          --ignore-fuzzyor-i
- 
            don't check validity of fuzzy entries
          
PO File Header Directives
      POFileChecker recognizes several PO file
      header directives. As with all gettext lint tools, these directives
      are all prefixed with X-POFile.
    
- X-POFile-Allow: number
- 
            number of errors to ignore; if number of detected errors is
            diffent than this they will all be reported; a file with 0
            errors but an error allowance greater than zero will also 
            be reported
          
- X-POFile-CheckAccelerator: 1|0
- 
            enable or disable checking accelerators, enabled by default
          
- X-POFile-CheckEndPontuation: 1|0
- 
            enable or disable checking ending pontuation, enabled by default
          
- X-POFile-LineLength: number
- 
            check that the line length doesn't exceed
            numberchars; disable by default
More Information
gettext-lint web page: http://gettext-lint.sourceforge.net/