Skip to content

Commit 81eb5d2

Browse files
ericrosenbaumchrisgarrity
authored andcommitted
Add text2speech to library (scratchfoundation#3423)
1 parent 1209534 commit 81eb5d2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import translateImage from './translate.png';
88
import microbitImage from './microbit.png';
99
import ev3Image from './ev3.png';
1010
import wedoImage from './wedo.png';
11+
import text2speechImage from './text2speech.png';
1112

1213
import microbitPeripheralImage from './peripheral-connection/microbit/microbit-illustration.svg';
1314
import microbitMenuImage from './peripheral-connection/microbit/microbit-small.svg';
@@ -75,6 +76,25 @@ export default [
7576
),
7677
featured: true
7778
},
79+
{
80+
name: (
81+
<FormattedMessage
82+
defaultMessage="Text to Speech"
83+
description="Name for the Text to Speech extension"
84+
id="gui.extension.text2speech.name"
85+
/>
86+
),
87+
extensionId: 'text2speech',
88+
iconURL: text2speechImage,
89+
description: (
90+
<FormattedMessage
91+
defaultMessage="Make your projects talk."
92+
description="Description for the Text to speech extension"
93+
id="gui.extension.text2speech.description"
94+
/>
95+
),
96+
featured: true
97+
},
7898
{
7999
name: (
80100
<FormattedMessage
28.1 KB
Loading

0 commit comments

Comments
 (0)