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 ec745b1 commit 58bb838Copy full SHA for 58bb838
static/example-extensions/unsandboxed/block-utility-examples.js
@@ -9,16 +9,16 @@
9
getInfo() {
10
return {
11
id: 'blockutilityexamples',
12
- name: 'BlockUtility Examples',
+ name: Scratch.translate('BlockUtility Examples'),
13
blocks: [
14
{
15
opcode: 'getSpriteName',
16
- text: 'sprite name',
+ text: Scratch.translate('sprite name'),
17
blockType: Scratch.BlockType.REPORTER,
18
},
19
20
opcode: 'doesVariableExist',
21
- text: 'is there a [TYPE] named [NAME]?',
+ text: Scratch.translate('is there a [TYPE] named [NAME]?'),
22
blockType: Scratch.BlockType.BOOLEAN,
23
arguments: {
24
NAME: {
0 commit comments