ng-i18n-checker
v2.0.0
Published
Utility validate i18n attribution for angular >= 2 projects.
Downloads
58
Readme
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:
<div>
<!-- i18n-checker:disable -->
<span>No i18n errors</span> will be reported in this context.
<div>
CLI use:
Run ng-i18n-checker --help