reorder language files

This commit is contained in:
Mario
2021-01-08 16:55:58 +01:00
parent 48e63fe898
commit 8f47ae4fc8
57 changed files with 2827 additions and 2352 deletions
+2
View File
@@ -32,6 +32,7 @@ Blockly.Blocks["sensebox_mqtt_setup"] = {
.appendField(new Blockly.FieldTextInput("Password"), "password");
this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
this.setTooltip(Blockly.Msg.senseBox_mqtt_init_tooltip);
},
onchange: function (e) {
let service = this.getFieldValue('service');
@@ -71,6 +72,7 @@ Blockly.Blocks["sensebox_mqtt_publish"] = {
.appendField(new Blockly.FieldTextInput('Name'), 'publishfeed');
this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
this.setTooltip(Blockly.Msg.senseBox_mqtt_publish_tooltip);
}
};