banana-checker/en

From mediawiki.org

banana-checker is a grunt plugin that verifies all messages in "en.json" are documented in "qqq.json". "Banana" is the JSON localisation file format. The goal of the checker is to make sure no new messages are ever added without documentation.

There is documentation on how to configure it for your repository. Once configured, running it is as simple as npm install && npm test.

See also

External links