From b6e60f6db0b7bf9bfdbe55a046e51dc78949c1c5 Mon Sep 17 00:00:00 2001 From: Michael Klein <37311672+MKleinSB@users.noreply.github.com> Date: Thu, 17 Sep 2020 17:51:13 +0200 Subject: [PATCH] Aktualisiere main.ts, _locales/de/Grove-strings.json --- _locales/de/Grove-strings.json | 2 +- main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/de/Grove-strings.json b/_locales/de/Grove-strings.json index d6a8d4f..81cbb47 100644 --- a/_locales/de/Grove-strings.json +++ b/_locales/de/Grove-strings.json @@ -33,7 +33,7 @@ "GroveJoystickKey.LL|block": "Unten links", "GroveJoystickKey.LR|block": "Unten rechts", "GroveJoystickKey.Press|block": "Gedrückt", - "grove.strip.read|block": "%ThumbJoystick|lies Position von Joystick an|%xpin|und|%ypin", + "grove.ThumbJoystick.read|block": "%ThumbJoystick|lies Position von Joystick an|%xpin|und|%ypin", "grove.onJoystick|block": "wenn Grove - Joysticktaste|%key an|%xpin|und|%ypin", "grove.getJoystick|block": "hole Joysticktaste an|%xpin|und|%ypin" } \ No newline at end of file diff --git a/main.ts b/main.ts index fdcc205..a91d19d 100644 --- a/main.ts +++ b/main.ts @@ -545,7 +545,7 @@ namespace grove { } /** - * get Grove Gesture modle + * get Grove Gesture model * */ //% blockId=grove_getgesture block="get gesture model"