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 43b27cc commit 9f456a2Copy full SHA for 9f456a2
src/manager.ts
@@ -71,7 +71,7 @@ export class BlocklyManager implements IBlocklyManager {
71
}
72
73
74
-// Dynamically importing the language modules needed for each respective
+// Dynamically importing the language modules needed for each respective
75
// user, in order to change the Blockly language in accordance to the
76
// JL one.
77
namespace Private {
@@ -176,6 +176,7 @@ namespace Private {
176
177
// Setting the current language in Blockly.
178
module.then(lang => {
179
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
180
// @ts-ignore
181
Blockly.setLocale(lang);
182
});
0 commit comments