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 d455ca7 commit 25da082Copy full SHA for 25da082
static/example-extensions/hello-docs.js
@@ -2,14 +2,14 @@ class HelloDocs {
2
getInfo() {
3
return {
4
id: 'hellodocs',
5
- name: 'Hello Docs!',
+ name: Scratch.translate('Hello Docs!'),
6
// highlight-next-line
7
docsURI: 'https://docs.turbowarp.org/development/extensions/docsURI-demo',
8
blocks: [
9
{
10
opcode: 'hello',
11
blockType: Scratch.BlockType.REPORTER,
12
- text: 'Hello!'
+ text: Scratch.translate('Hello!')
13
}
14
]
15
};
0 commit comments