mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-12 19:23:07 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user