banana-checker
Jump to navigation
Jump to search
banana-checker is a grunt plugin that verifies all messages in "en.json" are documented in "qqq.json". "Banana" is the JSON localization 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
.
関連項目
- Project Milkshake, the messaging framework of which the Banana is a part.
- Message file format, the jquery.i18n implementation of this format.