You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: