Skip to content
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

How to setup machine translation? Can't find docs on it... #441

Open
farfalk opened this issue Jun 7, 2024 · 2 comments
Open

How to setup machine translation? Can't find docs on it... #441

farfalk opened this issue Jun 7, 2024 · 2 comments

Comments

@farfalk
Copy link

farfalk commented Jun 7, 2024

Hi, thank you for this amazing app.

I'm using it as a self hosted docker.

The problem: I've obtained an API key from console.cloud.google.com and restrained it to "Cloud Translation API". I then used that key in the following ways:

  • set it up in the env GOOGLE_TRANSLATIONS_SERVICE_ACCOUNT_KEY
  • copied it as it is in the google translate config menu
  • copied it in the format key=<KEY> suggested by Google when you copy the key
  • copied it in a json-like format {"key":"<KEY>"}

In any case, the config seems to be accepted:
immagine

I tried refreshing multiple times, logging in and out, but the translation button never appears in the reviews list.

immagine

I can't see any particular error in the logs.

What am I doing wrong?

@Ardnived
Copy link

@farfalk Were you able to get this working yet? I have the same problem as you, trying to setup Google Translate, and no clear indication what the "config key" value should be.

@farfalk
Copy link
Author

farfalk commented Dec 18, 2024

@farfalk Were you able to get this working yet? I have the same problem as you, trying to setup Google Translate, and no clear indication what the "config key" value should be.

@Ardnived I actually gave up using Google Translate and went to DeepL. It actually works! If i recall correctly, you need to generate an API key in their dashboard and then use it in the {"key": "<API KEY>"} format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants