mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #2056 from ericrosenbaum/bugfix/text2speech-name-localization
Localize name of Text to Speech extension
This commit is contained in:
commit
6951151fd5
1 changed files with 5 additions and 1 deletions
|
@ -405,7 +405,11 @@ class Scratch3Text2SpeechBlocks {
|
|||
|
||||
return {
|
||||
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,
|
||||
menuIconURI: menuIconURI,
|
||||
blocks: [
|
||||
|
|
Loading…
Reference in a new issue