Cache regenerating #652
-
Hi, we have the problem that the cache file (tmp/cache/i18n-js.yml ) is regenerated very often. What is the reason here? Is there any way that the cache stays persistent, because only on a deploy changes can be made to the files needed to generate the translations.js. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I assume you are using the middleware Since I don't implement nor use that feature I am unable to explain the reason(s) |
Beta Was this translation helpful? Give feedback.
I assume you are using the middleware
You can see the implementation here
https://github.com/fnando/i18n-js/blob/v3/lib/i18n/js/middleware.rb
Since I don't implement nor use that feature I am unable to explain the reason(s)