From 79d810c7dae65e100f5deda7771e6cd5cbfa7348 Mon Sep 17 00:00:00 2001 From: "Matthias L. Jugel" Date: Sat, 19 Aug 2017 00:31:29 +0200 Subject: [PATCH] fix translations --- libs/core/_locales/core-jsdoc-strings.json | 1 - libs/core/_locales/core-strings.json | 1 - 2 files changed, 2 deletions(-) diff --git a/libs/core/_locales/core-jsdoc-strings.json b/libs/core/_locales/core-jsdoc-strings.json index bec480c9..7bbd1f39 100644 --- a/libs/core/_locales/core-jsdoc-strings.json +++ b/libs/core/_locales/core-jsdoc-strings.json @@ -253,7 +253,6 @@ "serial.redirect|param|rate": "the new baud rate. eg: 115200", "serial.redirect|param|rx": "the new reception pin, eg: SerialPin.P1", "serial.redirect|param|tx": "the new transmission pins, eg: SerialPin.P0", - "serial.reset": "Reset the serial instance to use the USBTX and USBRX at the default baud rate.", "serial.writeLine": "Prints a line of text to the serial", "serial.writeNumber": "Prints a numeric value to the serial", "serial.writeString": "Sends a piece of text through Serial connection.", diff --git a/libs/core/_locales/core-strings.json b/libs/core/_locales/core-strings.json index e350853c..87793130 100644 --- a/libs/core/_locales/core-strings.json +++ b/libs/core/_locales/core-strings.json @@ -233,7 +233,6 @@ "serial.readString|block": "serial|read string", "serial.readUntil|block": "serial|read until %delimiter=serial_delimiter_conv", "serial.redirect|block": "serial|redirect to|TX %tx|RX %rx|at baud rate %rate", - "serial.reset|block": "serial pin reset", "serial.writeLine|block": "serial|write line %text", "serial.writeNumber|block": "serial|write number %value", "serial.writeString|block": "serial|write string %text",