diff --git a/src/extensions/scratch3_translate/index.js b/src/extensions/scratch3_translate/index.js index 7b48f7c7e..bfc40ac5e 100644 --- a/src/extensions/scratch3_translate/index.js +++ b/src/extensions/scratch3_translate/index.js @@ -85,7 +85,7 @@ class Scratch3TranslateBlocks { getInfo () { this._supportedLanguages = this._getSupportedLanguages(this.getViewerLanguageCode()); this._randomLanguageCode = this._supportedLanguages[ - Math.floor(Math.random() * this._supportedLanguages.length)].value; + Math.floor(Math.random() * this._supportedLanguages.length)].value; return { id: 'translate',