rbalet / ngx-translate-multi-http-loader

A loader for ngx-translate that loads translations with http calls
MIT License
75 stars 15 forks source link

Missing missing-translate-handler support #36

Open work933k opened 1 month ago

work933k commented 1 month 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,
}