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 053f132 commit ee53dd8Copy full SHA for ee53dd8
src/blocks/tokens.ts
@@ -29,9 +29,6 @@ import * as Blockly from 'blockly/core';
29
*/
30
export function customTokens(t: (key: string) => string): typeof Blockly.Msg {
31
return {
32
- ADD_COMMENT: t('BLOCKLY.ADD_COMMENT'),
33
- REMOVE_COMMENT: t('BLOCKLY.REMOVE_COMMENT'),
34
- DUPLICATE_COMMENT: t('BLOCKLY.DUPLICATE_COMMENT'),
35
OF_TYPE: t('BLOCKLY.OF_TYPE'),
36
WITH: t('BLOCKLY.WITH'),
37
WHEN: t('BLOCKLY.WHEN'),
0 commit comments