Skip to content

Commit 25da082

Browse files
authored
Update hello-docs.js
1 parent d455ca7 commit 25da082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/example-extensions/hello-docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ class HelloDocs {
22
getInfo() {
33
return {
44
id: 'hellodocs',
5-
name: 'Hello Docs!',
5+
name: Scratch.translate('Hello Docs!'),
66
// highlight-next-line
77
docsURI: 'https://docs.turbowarp.org/development/extensions/docsURI-demo',
88
blocks: [
99
{
1010
opcode: 'hello',
1111
blockType: Scratch.BlockType.REPORTER,
12-
text: 'Hello!'
12+
text: Scratch.translate('Hello!')
1313
}
1414
]
1515
};

0 commit comments

Comments
 (0)