vim-translator
vim-translator copied to clipboard
Feature request: use cached results
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.
I have my implementation here: https://github.com/Vftdan/vim-translator/tree/cache-results