Source: i18nspector Section: devel Priority: optional Maintainer: Stuart Prescott Build-Depends: debhelper-compat (= 13), dh-python, python3-all, Build-Depends-Indep: python3-pytest, python3-polib, python3-rply, Homepage: https://jwilk.net/software/i18nspector Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian/i18nspector Vcs-Git: https://salsa.debian.org/debian/i18nspector.git Rules-Requires-Root: no Package: i18nspector Architecture: all Depends: python3, python3-polib, python3-rply, ${misc:Depends}, ${python3:Depends} Description: checking tool for gettext POT, PO and MO files i18nspector is a tool for checking translation templates (POT), message catalogues (PO) and compiled message catalogues (MO) files for common problems. These files are used by the GNU gettext translation functions and tools in many different development environments. . Checks include: incorrect or inconsistent character encoding, missing headers, incorrect language codes and improper plural forms. . This tool was formerly known as gettext-inspector.