-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Describe the bug
Wrong German UI-translation in blockly.
Versions:
- Adapter version: 7.1.6
In https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/de/blockly.md#trigger-on-states-change the plural form "Event: if objects", not "Event: if object" is used whereas in blockly the singular "Falls Objekt" is used an not "Falls Objekte":

"Objekte" would be correct as you can provide a list of objects in "Objekt ID default".
I found this by accident when I read the docs and found out that I can omit loops if I want to register a list of triggers.
Btw: Also the old version "falls Objekt" (first word lower case and singular form!) (English: "Event: if object") should be marked as deprecated as it is provided for downwards compatibility only.
This is the same block as "Trigger on states change", but with no possibility to use multiple object IDs for triggering (for versions compatibility).