Luke Howell
Luke Howell
I created a tiny docker image to deal with this issue. Although the nginx configuration is not difficult, this makes it a little more simple if all you are needing...
I'm sorry. I had moved my docker images and forgotten that it was referenced here. Here is the new image path. https://hub.docker.com/r/lukehowelldev/redirect/
I was able to deal with this by interpolating inside the missing translation handler ```ts export class CustomMissingTranslationHandler implements MissingTranslationHandler { tokens = {}; constructor(private parser: TranslateParser) {} handle(params: MissingTranslationHandlerParams):...