Skip to content

Commit 3c5207f

Browse files
committed
fix: seed sensing_online translations
1 parent fe9a1ab commit 3c5207f

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

msg/js/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ Blockly.Msg["SENSING_CURRENT_HOUR"] = "hour";
219219
Blockly.Msg["SENSING_CURRENT_MINUTE"] = "minute";
220220
Blockly.Msg["SENSING_CURRENT_SECOND"] = "second";
221221
Blockly.Msg["SENSING_DAYSSINCE2000"] = "days since 2000";
222+
Blockly.Msg["SENSING_ONLINE"] = "is online?";
222223
Blockly.Msg["SENSING_USERNAME"] = "username";
223224
Blockly.Msg["SENSING_USERID"] = "user id";
224225
Blockly.Msg["SOUND_PLAY"] = "start sound %1";

0 commit comments

Comments
 (0)