bregydoc / gtranslate

Google translate API for unlimited and free translations, gtranslate generates the necessary token to use the Google Translate API for free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching

gedw99 opened this issue · comments

commented

I am needing to cache as it’s taking too long in my CI to translate lots of data.

So thinking of using a cache that can be checked into github . Which implies files that are spread so that the cache mutations change many files.

Any thoughts on this ?