toonvanstrijp / nestjs-i18n

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

How to enable handlebars support with Fastify adapter? #469

Open koalex opened 1 year ago

koalex commented 1 year ago

Hello! On this guide option viewEngine: 'hbs' works only with Express. How to integrate handlebars for Fastify adapter?

rubiin commented 1 year ago

I think this should work https://docs.nestjs.com/techniques/mvc#fastify

koalex commented 1 year ago

Yes it works, but w/o i18n in templates. Inside templates I'm doesn't have t helper