Force reloading translations #131
-
Translations that have been previously loaded are not loaded again. This makes sense. However, I have a use case where a translation file might be updated, and I want to force them to be reloaded without doing a full page reload. Is there a way to maybe unload translations that have already been loaded previously so that the loader is called again? |
Beta Was this translation helpful? Give feedback.
Answered by
jarda-svoboda
Jul 23, 2023
Replies: 1 comment 2 replies
Answer selected by
Raphiiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Raphiiko!
Have you tried to set cache to
0
?