Skip to content

Commit 94930aa

Browse files
committed
0.0.2 "getting better at IO"
2 parents 052fc62 + 9f8a431 commit 94930aa

229 files changed

Lines changed: 74808 additions & 5855 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ admin/i18n/flat.txt
1919
admin/i18n/*/flat.txt
2020

2121
# temp files
22-
i18n-input.js

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
],
1919
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
2020
}
21-
]
21+
],
22+
"[javascript]": {
23+
"editor.defaultFormatter": "esbenp.prettier-vscode"
24+
}
2225
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ See [`docs/README.md`](./docs/README.md)
2727
### **WORK IN PROGRESS**
2828
* (Ben) initial release
2929

30+
## KI-Unterstützung
31+
32+
Bei der Entwicklung dieses ioBroker-Adapters wurde KI-Assistenz (z. B. für Code-Vorschläge, Refactorings und Dokumentation) eingesetzt. Alle Änderungen werden von mir reviewed, getestet und verantwortet. Falls dir ein Bug auffällt, erstelle bitte ein Issue. Sicherheitslücken bitte vertraulich über GitHub: Security → Advisories → Report a vulnerability.
33+
34+
3035
## License
3136
MIT License
3237

admin/i18n/de.json

Lines changed: 349 additions & 193 deletions
Large diffs are not rendered by default.

admin/i18n/en.json

Lines changed: 349 additions & 194 deletions
Large diffs are not rendered by default.

admin/i18n/es.json

Lines changed: 349 additions & 193 deletions
Large diffs are not rendered by default.

admin/i18n/fr.json

Lines changed: 349 additions & 193 deletions
Large diffs are not rendered by default.

admin/i18n/it.json

Lines changed: 349 additions & 193 deletions
Large diffs are not rendered by default.

admin/i18n/nl.json

Lines changed: 349 additions & 193 deletions
Large diffs are not rendered by default.

admin/i18n/pl.json

Lines changed: 349 additions & 193 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)