2.0.0 • Published 6 years ago

ng-i18n-checker v2.0.0

Weekly downloads
58
License
MIT
Repository
github
Last release
6 years ago

ng-i18n-checker Build Status

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

2.0.0

6 years ago

1.0.0

6 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago