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
So your idea is to add a new gtranslate service to access the Google Translate API for free? I like the idea, however I currently have no spare time to implement this. If you're interested, I would gladly merge a Pull Request that incorporates this feature.
Here's a basic guide to implementing it:
Create a new gtranslate service in the /service/gtranslate directory.
Implement the dragoman.Service interface similar to how deepl and the existing gcloud implementations are done.
You could start with something like this for the service.go file within the /service/gtranslate directory:
How about we add this as a service ?
This is rate limited but works well.
It does NOT do the work splitting like dragoman.
We could add it as a new service in the Services folder called "gtranslate"
Just need to wrap it and match the DeepL code pattern i guess.
Also need to add the word splitting.
The text was updated successfully, but these errors were encountered: