mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
remove todo
This commit is contained in:
parent
cbf70d9609
commit
a22d7dd6de
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue