Not checking .ts files? #108
Unanswered
roanvanstaveren
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For me it doesn't check .ts files.
.html files are being checked properly.
I used this CLI line:
ngx-translate-lint -p ./src/app/**/*.ts -l ./src/assets/i18n/en.json -z disable
as well as this one
ngx-translate-lint -p ./src/app/**/*.{html,ts} -l ./src/assets/i18n/en.json -z disable
There are clearly typos in the translation keys.
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions