-
Hi, I have an app using i18n for translation, and after I changed translation.json (the file from which i18next gets translations) sometimes I get the changes sometimes not, the error I get is:
I tried deleting public/build /.cache and /build and re running yarn dev
it says that caching is disabled, but It still use cache I think. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can configure the backend like this:
More options: https://github.com/i18next/i18next-http-backend |
Beta Was this translation helpful? Give feedback.
You can configure the backend like this:
More options: https://github.com/i18next/i18next-http-backend