All this works fine, but when I change the remote response that returns the translations, the i18next uses the cached resources and only a node restart will make the new translations visible.
On the client side I use the i18next-localstorage-cache package and it has the cache options with versions.
Hi,
Thanks for the great i18next ecosystem, works great!
I have one issue/misunderstanding with the cache layer.
I use i18next on my express server with
i18next-express-middleware
andi18next-node-remote-backend
All this works fine, but when I change the remote response that returns the translations, the i18next uses the cached resources and only a node restart will make the new translations visible.
On the client side I use the
i18next-localstorage-cache
package and it has the cache options with versions.What do I do on the node/express side when I have a new version of the translated text.
Thank you, Adrian