ng-i18n-checker
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

/ng-i18n-checker/

    Package Sidebar

    Install

    npm i ng-i18n-checker

    Weekly Downloads

    26

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    32.3 kB

    Total Files

    22

    Last publish

    Collaborators

    • mcph