CLI tool to validate ngx-translate translation keys in Angular applications. Version 1.26.5. Uses regex to scan templates and language files for missing keys, zombie keys, empty values, and misprints. Supports glob patterns, config files, and URL-based language files. Differentiated by deep-search and fuzzy matching features. Releases follow semantic versioning on a monthly/quarterly cadence.
npm install ngx-translate-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows both CLI usage and programmatic TypeScript API for linting ngx-translate keys.
Update to latest: npm install -g ngx-translate-lint@latest
Consider local language files for CI performance, or implement a caching proxy.
Only enable misprintKeys when needed, and consider increasing --misprintCoefficient to 0.95+ to reduce matches.
Use --deepSearch disable unless you have a strong reason to scan for keys in all files.
Run `npm install -g ngx-translate-lint` for CLI, or `npm install ngx-translate-lint --save-dev` for programmatic use.
Ensure npm global bin directory is in PATH, or use npx: `npx ngx-translate-lint`
Use absolute path or verify relative path from project root. Example: `--languages ./src/assets/i18n`
No dependency data recorded yet.