You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2020. It is now read-only.
the longest thing is the Lang translate.
A cache will make it much faster.
This relies on the fact though that if you as a dev change the ENGLISH translation, that the cache is missed.
SO then the ONLY way we can do this is to CACHE the en.json, and if that is changed do the gen.
If its not changed, then dont do the gen
So there is no cache essentially.
Just check if the File Datetime is changed.
Add a --force to the gen phase so that CI always buidl the complete LANG files.