i18nspector
checking tool for gettext POT, PO and MO files
Install
- All systems
-
curl cmd.cat/i18nspector.sh
- Debian
-
apt-get install i18nspector
- Ubuntu
-
apt-get install i18nspector
- Kali Linux
-
apt-get install i18nspector
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install i18nspector
- Raspbian
-
apt-get install i18nspector
- Dockerfile
- dockerfile.run/i18nspector
i18nspector
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.