I18next Translation Not Updating Without Clearing Cache

We have built a translation feature in our app using the i18next library. Our app is translated into German and French.

The issue we are facing is that when we deploy changes, the old version (deployment version) of the translations is still being used. The new translations are only reflected after clearing the browser cookies and cache.

Is there a solution to ensure that the updated translations are reflected automatically without requiring users to clear their cache?

Hi @Shrutika_Lokhande, this sounds like an issue with i18next which is not something we develop. There are various caching strategies used by i18next, and it all depends on how you have it configured.

You can also check out more about built-in translation solutions here.