vim-translator icon indicating copy to clipboard operation
vim-translator copied to clipboard

Feature request: use cached results

Open Vftdan opened this issue 4 years ago • 1 comments

Google api returns HTTP 429 after doing more than 100 requests in an hour, so it would be nice to cache results and return them when the same translator is invoked with the same arguments.

Vftdan avatar Aug 02 '21 19:08 Vftdan

I have my implementation here: https://github.com/Vftdan/vim-translator/tree/cache-results

Vftdan avatar Aug 02 '21 20:08 Vftdan