We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bb838 commit d455ca7Copy full SHA for d455ca7
static/example-extensions/color.js
@@ -13,7 +13,7 @@ class ColorExample {
13
{
14
opcode: 'reporter',
15
blockType: Scratch.BlockType.REPORTER,
16
- text: 'string [STRING] boolean [BOOLEAN] menu [MENU] field [FIELD]',
+ text: Scratch.translate('string [STRING] boolean [BOOLEAN] menu [MENU] field [FIELD]'),
17
arguments: {
18
STRING: {
19
type: Scratch.ArgumentType.STRING,
0 commit comments