add ‘random direction’ to translations

This commit is contained in:
chrisgarrity 2018-11-15 09:58:47 -05:00
parent bf91929a6a
commit c31746d075
3 changed files with 51 additions and 0 deletions
msg/js

View file

@ -110,6 +110,7 @@ Blockly.Msg["MOTION_TURNRIGHT"] = "turn %1 %2 degrees";
Blockly.Msg["MOTION_POINTINDIRECTION"] = "point in direction %1";
Blockly.Msg["MOTION_POINTTOWARDS"] = "point towards %1";
Blockly.Msg["MOTION_POINTTOWARDS_POINTER"] = "mouse-pointer";
Blockly.Msg["MOTION_POINTTOWARDS_RANDOM"] = "random direction";
Blockly.Msg["MOTION_GOTO"] = "go to %1";
Blockly.Msg["MOTION_GOTO_POINTER"] = "mouse-pointer";
Blockly.Msg["MOTION_GOTO_RANDOM"] = "random position";