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 77ef3a4 commit 522b8f7Copy full SHA for 522b8f7
static/example-extensions/terminal.js
@@ -2,14 +2,14 @@ class TerminalExample {
2
getInfo() {
3
return {
4
id: 'terminalexample',
5
- name: 'Terminal Example',
+ name: Scratch.translate('Terminal Example'),
6
blocks: [
7
{
8
opcode: 'terminalBlock',
9
blockType: Scratch.BlockType.COMMAND,
10
// highlight-next-line
11
isTerminal: true,
12
- text: 'you can not connect another block under this one!'
+ text: Scratch.translate('you can not connect another block under this one!')
13
}
14
]
15
};
0 commit comments