Replies: 1 comment 2 replies
-
I think that's outside the scope of this package. Because you could use a backend to fetch the files from your own app or read from a service like Locize, you could even load all translations at once in localStorage and read from there. What you describe is responsibility of the backend your setup to load your translations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, there
Ideally I would want my translation files to have a content hash and then be cached forever as immutable.
I have a prove of concept where I got this to work by introducing an additional compiler + manifests etc. But am wondering if there is a simpler solution for this.
Have you managed to implement a good http caching strategy for you translation files? Or would you be interested in bringing a solution to this package?
Beta Was this translation helpful? Give feedback.
All reactions