File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import translateImage from './translate.png';
88import microbitImage from './microbit.png' ;
99import ev3Image from './ev3.png' ;
1010import wedoImage from './wedo.png' ;
11+ import text2speechImage from './text2speech.png' ;
1112
1213import microbitPeripheralImage from './peripheral-connection/microbit/microbit-illustration.svg' ;
1314import 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
You can’t perform that action at this time.
0 commit comments