i18next / i18next-http-middleware

i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno.
MIT License
152 stars 28 forks source link

Support for Feathers framework #27

Closed soesujith closed 3 years ago

soesujith commented 4 years ago

Thank you in advance for the rich features.

Do you support Feathers Js framework (https://feathersjs.com/)? If so please provide an example. Cheers...

adrai commented 4 years ago

Never heard about feathers... But if it is middleware compatible, it can be used like in the express example: https://github.com/i18next/i18next-http-middleware/blob/master/example/basic/index.js#L27 I just saw this example, so you may just try: https://github.com/feathersjs/feathers-chat/blob/crow/src/app.js#L29

soesujith commented 4 years ago

Feathers is built on Express. So it should be possible to integrate into middleware. Let me try. Thank you.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.