ng-i18n-checker
What does it do?
This utility helps you identifying missing translation strings in html files in a common ng>=2 applications.
If you need to disable the check in a sub tree, use <!-- i18n-checker:disable -->
.
Example:
<!-- i18n-checker:disable --> No i18n errors will be reported in this context.
CLI use:
Run ng-i18n-checker --help