We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db2658 commit 65cdee0Copy full SHA for 65cdee0
1 file changed
block-lexical-variables/test/index.js
@@ -9,6 +9,7 @@
9
*/
10
11
import * as Blockly from 'blockly/core';
12
+import * as En from 'blockly/msg/en';
13
import {createPlayground} from '@blockly/dev-tools';
14
import {LexicalVariablesPlugin} from '../src/index.js';
15
import '../src/blocks.js';
@@ -42,6 +43,7 @@ function createWorkspace(blocklyDiv, options) {
42
43
return workspace;
44
}
45
46
+Blockly.setLocale(En);
47
document.addEventListener('DOMContentLoaded', function() {
48
const defaultOptions = {
49
toolbox: `<xml xmlns="https://developers.google.com/blockly/xml">
0 commit comments