docs(i18n): fix German quotation marks in de-DE docs

Per CodeRabbit review on PR #2029: pair the opening „ with the proper
closing “ in GLOSSARY.md (was closing with an ASCII straight quote).
Also normalise the one stray „..." in README.md to ASCII quotes,
consistent with the rest of that file (it quotes a literal error string).

Refs #1980
This commit is contained in:
Martin Klein
2026-05-21 01:12:31 +02:00
parent 613a196501
commit 2b847406dc
2 changed files with 7 additions and 7 deletions

View File

@@ -1083,7 +1083,7 @@ Dies zeigt alle verfügbaren Agents, Commands und Skills aus dem Plugin.
</details>
<details>
<summary><b>Meine Hooks funktionieren nicht / ich sehe Duplicate hooks file"-Fehler</b></summary>
<summary><b>Meine Hooks funktionieren nicht / ich sehe den Fehler "Duplicate hooks file"</b></summary>
Das ist das häufigste Problem. **Füge KEIN `"hooks"`-Feld zu `.claude-plugin/plugin.json` hinzu.** Claude Code v2.1+ lädt `hooks/hooks.json` aus installierten Plugins automatisch. Es explizit zu deklarieren, verursacht Fehler durch Duplikaterkennung. Siehe [#29](https://github.com/affaan-m/ECC/issues/29), [#52](https://github.com/affaan-m/ECC/issues/52), [#103](https://github.com/affaan-m/ECC/issues/103).
</details>