Skip to content

Commit

Permalink
add msg for data_setlist
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Sep 23, 2024
1 parent eca2c70 commit bdcf1b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msg/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Blockly.Msg.DATA_DELETEOFLIST = 'delete %1 of %2';
Blockly.Msg.DATA_DELETEALLOFLIST = 'delete all of %1';
Blockly.Msg.DATA_INSERTATLIST = 'insert %1 at %2 of %3';
Blockly.Msg.DATA_REPLACEITEMOFLIST = 'replace item %1 of %2 with %3';
Blockly.Msg.DATA_SETLIST = 'set list %1 to %2';
Blockly.Msg.DATA_ITEMOFLIST = 'item %1 of %2';
Blockly.Msg.DATA_ITEMNUMOFLIST = 'item # of %1 in %2';
Blockly.Msg.DATA_LENGTHOFLIST = 'length of %1';
Expand Down

0 comments on commit bdcf1b0

Please sign in to comment.