toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
646 stars 111 forks source link

added ability to pass an optional custom response body formatter #530

Closed vsamofal closed 1 year ago

vsamofal commented 1 year ago

Description

added ability to pass an optional custom response body formatted

Additional context

we have a standard response for all errors, and the default one doesn't meet our requirements, so added the ability to pass a format the same way as an error formatter