Skip to content

Commit

Permalink
added gas msg
Browse files Browse the repository at this point in the history
  • Loading branch information
JeftadeGraaf committed Dec 29, 2023
1 parent 21d4421 commit 4ab605c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/leaphy_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function getBlocks(board) {
},
{
type: "leaphy_gas_sensor",
message0: "Choose gas: %1",
message0: "%%{BKY_LEAPHY_CHOOSE_GAS}: %1",
args0: [
{
type: "field_dropdown",
Expand Down
1 change: 1 addition & 0 deletions msg/js/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Blockly.Msg["LEAPHY_BUZZ_MS"] = "ms";
Blockly.Msg["LEAPHY_CLICK_CATEGORY"] = "Leaphy Click";
Blockly.Msg["LEAPHY_COMPASS"] = "Read compass";
Blockly.Msg["LEAPHY_DIGITAL_READ"] = "Read digipin";
Blockly.Msg["LEAPHY_CHOOSE_GAS"] = "Choose gas: ";
Blockly.Msg["LEAPHY_DISPLAY_CLEAR"] = "Clear display";
Blockly.Msg["LEAPHY_DISPLAY_DISPLAY"] = "Show on display";
Blockly.Msg["LEAPHY_DISPLAY_PRINT"] = "Display - Set Ln.";
Expand Down

0 comments on commit 4ab605c

Please sign in to comment.