docs: complete German structured documentation
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-24 01:15:33 +02:00
parent 4d44357745
commit 8882442c09
4 changed files with 24 additions and 3 deletions
@@ -0,0 +1,13 @@
"""German translations for public structured documentation metadata."""
from __future__ import annotations
from typing import Any
GERMAN_STRUCTURED_TRANSLATIONS: dict[str, dict[str, Any]] = {'evaluation.module-boundary': {'consequence_classes': {'seed_boundary': 'Deklariert Besitz und '
'optionale '
'Integrationsgrenzen; es '
'ist noch kein '
'Laufzeit-Workflow '
'verfügbar.'}}}