mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-21 18:39:48 -04:00
Add 'clean up blocks' command to workspace menu.
This commit is contained in:
parent
a6ea38db4a
commit
879cacbb8d
62 changed files with 104 additions and 27 deletions
msg/js
|
@ -10,6 +10,7 @@ Blockly.Msg.ADD_COMMENT = "Add Comment";
|
|||
Blockly.Msg.AUTH = "Please authorize this app to enable your work to be saved and to allow it to be shared by you.";
|
||||
Blockly.Msg.CHANGE_VALUE_TITLE = "Change value:";
|
||||
Blockly.Msg.CHAT = "Chat with your collaborator by typing in this box!";
|
||||
Blockly.Msg.CLEAN_UP = "Clean up Blocks";
|
||||
Blockly.Msg.COLLAPSE_ALL = "Collapse Blocks";
|
||||
Blockly.Msg.COLLAPSE_BLOCK = "Collapse Block";
|
||||
Blockly.Msg.COLOUR_BLEND_COLOUR1 = "colour 1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue