Closed work933k closed 4 weeks ago
When running automated tests we check for messages given by our Custom Missing translation handler. This ensures that we won't release applications with translation issues.
Is it maybe possible to add support for the missingTranslationHandler?
missingTranslationHandler: { provide: MissingTranslationHandler, useClass: CustomMissingTranslationHandler, }
Hi @work933k, thx for the issue, but I'm closing it, as the missingTranslationHandler isn't added in this library, but on an higher level.
missingTranslationHandler
Please, reopen the issue if I'm wrong. Any PRs are welcome ;)
When running automated tests we check for messages given by our Custom Missing translation handler. This ensures that we won't release applications with translation issues.
Is it maybe possible to add support for the missingTranslationHandler?