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 0506dec commit e437c64Copy full SHA for e437c64
docs/development/extensions/hello-world.md
@@ -51,7 +51,7 @@ Make sure to always call register() exactly once. If you don't call it, your ext
51
{
52
opcode: 'hello',
53
blockType: Scratch.BlockType.REPORTER,
54
- text: 'Hello, world!'
+ text: Scratch.translate('Hello, world!')
55
}
56
]
57
};
0 commit comments