This browser extension adds a "Translate" button on WordPress.org's Translation system. It requires a Google Cloud Translation API key. Check this section on how to get yours.
- Go to chrome://extensions
- Enable Developer Mode by clicking the toggle switch next to Developer mode
- Click the Load unpacked button and select the extension
src
directory
- Go to chrome://extensions
- Find the extension
- Click the refresh icon next to the on/off toggle
- Go to https://console.cloud.google.com/
- Select or add the project you want to use
- Click on "APIs & Services"
- Click on "Enable APIs and Services"
- Search for "Cloud Translation API" and click on it. Then click on "Enable"
- If you don't have it yet, set up Billing. The free quota is quite large, check this link.
- Back to APIs & Services, click on "Credentials" on the left site
- Click on "Create Credentials" > API Key
- Copy the API Key created
- On your browser's extensions, right-click on the "W" (this extension icon) and then select "Options"
- Paste the API Key in the screen that opens up and click "Save".
Although completely unrelated to this project, this link contains the steps to generate an API key.