Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion blocks_vertical/sensing.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ Blockly.Blocks['sensing_current'] = {
[Blockly.Msg.SENSING_CURRENT_DAYOFWEEK, 'DAYOFWEEK'],
[Blockly.Msg.SENSING_CURRENT_HOUR, 'HOUR'],
[Blockly.Msg.SENSING_CURRENT_MINUTE, 'MINUTE'],
[Blockly.Msg.SENSING_CURRENT_SECOND, 'SECOND']
[Blockly.Msg.SENSING_CURRENT_SECOND, 'SECOND'],
[Blockly.Msg.SENSING_CURRENT_REFRESHTIME, 'REFRESHTIME']
]
}
],
Expand Down
1 change: 1 addition & 0 deletions msg/js/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Blockly.Msg["SENSING_CURRENT_DAYOFWEEK"] = "day of week";
Blockly.Msg["SENSING_CURRENT_HOUR"] = "hour";
Blockly.Msg["SENSING_CURRENT_MINUTE"] = "minute";
Blockly.Msg["SENSING_CURRENT_SECOND"] = "second";
Blockly.Msg["SENSING_CURRENT_REFRESHTIME"] = "screen refresh time";
Blockly.Msg["SENSING_DAYSSINCE2000"] = "days since 2000";
Blockly.Msg["SENSING_USERNAME"] = "username";
Blockly.Msg["SENSING_USERID"] = "user id";
Expand Down
1 change: 1 addition & 0 deletions msg/json/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
"SENSING_CURRENT_HOUR": "hour",
"SENSING_CURRENT_MINUTE": "minute",
"SENSING_CURRENT_SECOND": "second",
"SENSING_CURRENT_REFRESHTIME": "screen refresh time",
"SENSING_DAYSSINCE2000": "days since 2000",
"SENSING_USERNAME": "username",
"SENSING_USERID": "user id",
Expand Down
1 change: 1 addition & 0 deletions msg/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ Blockly.Msg.SENSING_CURRENT_DAYOFWEEK = 'day of week';
Blockly.Msg.SENSING_CURRENT_HOUR = 'hour';
Blockly.Msg.SENSING_CURRENT_MINUTE = 'minute';
Blockly.Msg.SENSING_CURRENT_SECOND = 'second';
Blockly.Msg.SENSING_CURRENT_REFRESHTIME = 'screen refresh time';
Blockly.Msg.SENSING_DAYSSINCE2000 = 'days since 2000';
Blockly.Msg.SENSING_USERNAME = 'username';
Blockly.Msg.SENSING_USERID = 'user id';
Expand Down