Setup react-i18next with NX Monorepo – Reactjs
I trying to set up i18next inside a monorepo using NX and Module Federation and I'm getting 404, I'm using i18next-http-backend to load the translations async. I've tried to put public/locales/en/translation.json inside the host app, inside the root of the…