reloadOnPrerender doesn't work when using client side translation #1914
Unanswered
bryanprimus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using client-side only loading translation in my application and following this example https://github.com/i18next/next-i18next#client-side-loading-of-translations-via-http.
before, if use
serverSideTranslations
we usereloadOnPrerender
to watch changes in our translation JSON files https://github.com/i18next/next-i18next#reloading-resources-in-development. and it seems like it only gonna work if we useserverSidetranslations
now that I'm not using
serverSideTranslations
anymore, how to watch changes on the translation JSON files in development?What I have tried
reloadOnPrerender
set to true, doesn't workBeta Was this translation helpful? Give feedback.
All reactions