mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
Add variable deletion as dropdown action
This commit is contained in:
@@ -54,6 +54,8 @@ goog.require('Blockly.Msg');
|
||||
Blockly.Msg.VARIABLES_DEFAULT_NAME = 'item';
|
||||
/// button text - Button that sets a calendar to today's date.\n{{Identical|Today}}
|
||||
Blockly.Msg.TODAY = 'Today';
|
||||
/// dropdown choice - Delete the currently selected variable.
|
||||
Blockly.Msg.DELETE_VARIABLE = 'Delete the "%1" variable';
|
||||
|
||||
// Context menus.
|
||||
/// context menu - Make a copy of the selected block (and any blocks it contains).\n{{Identical|Duplicate}}
|
||||
|
||||
Reference in New Issue
Block a user