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?