Skip to content

tpazderka/polint

 
 

Repository files navigation

polint - Linter for gettext PO files

Build Status

polint is a tool which validates PO files against defined convensions

Usage

polint.py [options] file [file ...]

To print complete usage use --help option.

Errors

  • fuzzy - Translation is fuzzy
  • obsolete - Entry is obsolete
  • untranslated - Translation is missing. That includes fuzzy or obsolete.
  • location - Entry contains location data
  • unsorted - Entry is not properly sorted

About

Linter for gettext PO files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Makefile 2.3%