diff --git a/src/extensions/scratch3_text2speech/index.js b/src/extensions/scratch3_text2speech/index.js index be87d6ba8..869dcac76 100644 --- a/src/extensions/scratch3_text2speech/index.js +++ b/src/extensions/scratch3_text2speech/index.js @@ -464,7 +464,6 @@ class Scratch3Text2SpeechBlocks { const gender = this.VOICE_INFO[state.voiceId].gender; const playbackRate = this.VOICE_INFO[state.voiceId].playbackRate; - // @todo localize this? if (state.voiceId === KITTEN_ID) { words = words.replace(/\S+/g, 'meow'); locale = 'en-US';