mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -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 gender = this.VOICE_INFO[state.voiceId].gender;
|
||||||
const playbackRate = this.VOICE_INFO[state.voiceId].playbackRate;
|
const playbackRate = this.VOICE_INFO[state.voiceId].playbackRate;
|
||||||
|
|
||||||
// @todo localize this?
|
|
||||||
if (state.voiceId === KITTEN_ID) {
|
if (state.voiceId === KITTEN_ID) {
|
||||||
words = words.replace(/\S+/g, 'meow');
|
words = words.replace(/\S+/g, 'meow');
|
||||||
locale = 'en-US';
|
locale = 'en-US';
|
||||||
|
|
Loading…
Reference in a new issue