mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-01 00:32:05 -04:00
Add localization files to build for deletealloflist block
This commit is contained in:
parent
21e24bf386
commit
0cf83a34c7
2 changed files with 2 additions and 0 deletions
msg/js
|
@ -32,6 +32,7 @@ Blockly.Msg["DATA_SHOWVARIABLE"] = "show variable %1";
|
|||
Blockly.Msg["DATA_HIDEVARIABLE"] = "hide variable %1";
|
||||
Blockly.Msg["DATA_ADDTOLIST"] = "add %1 to %2";
|
||||
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_ITEMOFLIST"] = "item %1 of %2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue