Skip to content

Commit

Permalink
Merge pull request #1140 from picklesrus/extension-manager-translate
Browse files Browse the repository at this point in the history
Add translate extension to the extension manager.
  • Loading branch information
ericrosenbaum committed May 11, 2018
2 parents ea87d92 + 37e5c63 commit b5395fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension-support/extension-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ const BlockType = require('./block-type');
const Scratch3PenBlocks = require('../extensions/scratch3_pen');
const Scratch3WeDo2Blocks = require('../extensions/scratch3_wedo2');
const Scratch3MusicBlocks = require('../extensions/scratch3_music');
const Scratch3TranslateBlocks = require('../extensions/scratch3_translate');
const Scratch3VideoSensingBlocks = require('../extensions/scratch3_video_sensing');

const builtinExtensions = {
pen: Scratch3PenBlocks,
wedo2: Scratch3WeDo2Blocks,
music: Scratch3MusicBlocks,
translate: Scratch3TranslateBlocks,
videoSensing: Scratch3VideoSensingBlocks
};

Expand Down

0 comments on commit b5395fb

Please sign in to comment.