Scenario:
"domain":"translation.json"
Problem
I don't want to load 70+ translations in the client side because the client will never be able to change it.
How can I apply that map in my NextJS app but not drop the other resources to client?
PS: there is no tag for "next-i18next" here on SO (and there are 2 for nextjs).
Next-i18next has 2 modes,
i18next-node-fs-backend
i18next-xhr-backend
.That means by default, this lib loads only the relevant language.