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

@@ -605,6 +605,14 @@
"modules": [
"docs-zh-tw"
]
},
{
"id": "locale:de-de",
"family": "locale",
"description": "German (de-DE) translated reference docs installed to ~/.claude/docs/de-DE/.",
"modules": [
"docs-de-de"
]
}
]
}