Open
Description
Clear and concise description of the problem
Right now, I have a big application that uses single page components, that contains about 2000 strings, and has 3 translations. It is very hard to track down missing translations. It would be nice if a fatal error would be thrown when a missing string is encountered during web pack compilation.
Suggested solution
provide a setting that allows fatal errors when strings are not found.
Alternative
manual tracing of missing translations
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the README
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.