google-translate icon indicating copy to clipboard operation
google-translate copied to clipboard

[FEATURE] Make google-translate async

Open stardiviner opened this issue 4 years ago • 3 comments

I think google-translate should be able to be async, especially for some interfact which use google-translate as backend, or sometimes the network is not fast. Async can let user get better experiement.

stardiviner avatar Jul 22 '20 10:07 stardiviner

I implemented an asynchronous version based on this project. You can see if it helps.

https://github.com/lorniu/go-translate

lorniu avatar Sep 06 '20 01:09 lorniu

@lorniu Thanks, I'm looking at your code. I used to check out google-translate. But implement async is big work for google-translate.

stardiviner avatar Sep 12 '20 13:09 stardiviner

@stardiviner At the beginning, I also wanted to add asynchronous support through PR or fork on the basis of this project. But I felt that the workload was a bit heavy. That's why I wrote a new one. It uses a lot of code from this project, so, thank you very much.

lorniu avatar Sep 12 '20 23:09 lorniu

Is there any reason why this PR is closed

lol219 avatar Aug 06 '23 14:08 lol219