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 f6d7f6e commit ec745b1Copy full SHA for ec745b1
static/example-extensions/unsandboxed/turbo-mode.js
@@ -12,12 +12,12 @@
12
getInfo() {
13
return {
14
id: 'turbomodeunsandboxed',
15
- name: 'Turbo Mode',
+ name: Scratch.translate('Turbo Mode'),
16
blocks: [
17
{
18
opcode: 'set',
19
blockType: Scratch.BlockType.COMMAND,
20
- text: 'set turbo mode to [ENABLED]',
+ text: Scratch.translate('set turbo mode to [ENABLED]'),
21
arguments: {
22
ENABLED: {
23
type: Scratch.ArgumentType.STRING,
0 commit comments