Merge pull request #2056 from ericrosenbaum/bugfix/text2speech-name-localization

Localize name of Text to Speech extension
This commit is contained in:
Eric Rosenbaum 2019-03-20 10:28:57 -04:00 committed by GitHub
commit 6951151fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -405,7 +405,11 @@ class Scratch3Text2SpeechBlocks {
return { return {
id: 'text2speech', id: 'text2speech',
name: 'Text to Speech', name: formatMessage({
id: 'text2speech.categoryName',
default: 'Text to Speech',
description: 'Name of the Text to Speech extension.'
}),
blockIconURI: blockIconURI, blockIconURI: blockIconURI,
menuIconURI: menuIconURI, menuIconURI: menuIconURI,
blocks: [ blocks: [