Last updated:
0 purchases
polint 0.4
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
Changelog
0.4
Fix installation in environment with C locales.
0.3
Use docopt for argument parsing.
Recursively search directories for .po files.
0.2
Add sort validator
0.1
Initial version
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.