A small cli that cross checks your ui5 message bundles for missing translations.
It looks for any .properties fils in the given directory and reports any missing properties.
Simply run the command from your terminal after installation:
ui5-test-i18n ./webapp/
The result will be printed to the console.
- Clone the repository
- navigate into the root of the repo
- run
npm link
in the root dir - you can now use
ui5-test-i18n
as a command locally