Add localization files to build for deletealloflist block

This commit is contained in:
Andrew Sliwinski 2018-07-12 10:03:17 -04:00
parent 21e24bf386
commit 0cf83a34c7
2 changed files with 2 additions and 0 deletions
msg/js

View file

@ -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";