-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goslate Google Translate service no longer available #151
Comments
So, is commercial Google Translate a thing? Could it be used from Rosetta? |
Google translate does have a commercial v2 API: https://cloud.google.com/translate/ Looking at an example of calling their API it doesn't look like it'd be too much work to refactor views.translate_text to call it directly rather than via goslate and replace Even though it's a paid-for service and the (currently) free Yandex works well, it's probably worth refactoring to support it as it might not be much more work than getting rid of the goslate code! Although not a high priority I could do a PR for this at some point. In the meantime this issue should be sufficient to highlight that goslate is deprecated without needing to update the sphinx docs. |
So is there any change of a refactor? I used this package for a lot of things |
Thanks, yes i realize their API key is very generous at 10 million per month. Will do. |
Use of Google Translate for suggestions via the
ROSETTA_GOOGLE_TRANSLATE
setting may need to be deprecated.The Goslate package this relies on has been blocked:
Confirmed this by trying goslate from the shell. It worked for a couple of translations then received a 503:
Within Rosetta, after clicking on the
select
link you're left with...
and a 500 error from the AJAX view.The text was updated successfully, but these errors were encountered: