docs(i18n): add German localization scout (#2029)

Adds de-DE docs, installer wiring, and locale tests. Pre-validated on current main with install manifest checks, markdownlint, locale-install tests, and ECC 2.0 release-surface tests.
This commit is contained in:
Martin Klein
2026-05-25 20:12:01 +02:00
committed by GitHub
parent 5b4c4bda97
commit 7fef1ddbeb
17 changed files with 1928 additions and 18 deletions

View File

@@ -907,6 +907,22 @@
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "docs-de-de",
"kind": "docs",
"description": "German (de-DE) translated reference docs for agents, commands, skills, and rules.",
"paths": [
"docs/de-DE"
],
"targets": [
"claude",
"claude-project"
],
"dependencies": [],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
}
]
}