`nestjs-i18n` is not working on custom decorators in NestJs project
I have implemented localization using nestjs-i18n
in NestJs. It is working on controller and service.
Its also working on DTO level, but I am facing issue with custom decorators CustomHeaders
or RequestHeaderDto
.
Its not throwing any error, its just not giving the correct message.