ziima / polint

Linter for gettext PO files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polint

PyPI Licence Python versions Travis CI Codecov

polint is a linter for gettext PO files. It validates PO files against defined convensions.

Usage

polint.py [options] <path>...
polint.py -h | --help
polint.py --version

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

License:GNU General Public License v3.0


Languages

Language:Python 99.3%Language:Makefile 0.7%