Skip to content

Commit 3445a8f

Browse files
authored
Merge pull request #36 from smalruby/fix/translate-api-proxy
[翻訳] Update translate extension to use Smalruby API proxy
2 parents fe0c3e6 + ea0ef90 commit 3445a8f

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/signature-assistant.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/extensions/scratch3_translate/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const blockIconURI = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYA
2424
* The url of the translate server.
2525
* @type {string}
2626
*/
27-
const serverURL = 'https://translate-service.scratch.mit.edu/';
27+
const serverURL = 'https://api.smalruby.app/scratch-api-proxy/';
2828

2929
/**
3030
* How long to wait in ms before timing out requests to translate server.

0 commit comments

Comments
 (0)