Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.
Linter for localization files powered by Weblate.
This project is in beta. The interface, features, supported formats are subject to change without any intent to keep backward compatibility.
The Python module can be installed from the PyPI:
pip install locale_lint
Run to lint current directory:
locale_lint lint
Paste following snippet to your workflow YaML:
- name: Weblate Locale Linter
uses: WeblateOrg/[email protected]
Paste following snippet to your pre-commit configuration YAML:
- repo: https://github.com/WeblateOrg/locale_lint
rev: v0.2.2
hooks:
- id: locale_lint
All file formats supported by Weblate will be supported. We will gradualy add support for more formats during the beta.
- Android resource strings
- GNU Gettext PO files
Contributions are welcome! See documentation for more information.