-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementEnhancement to existing functionalityEnhancement to existing functionality
Description
🎯 Objective
Translate the body content of 12 German core + product pages from English to professional German. Germany is Hack23's largest European market outside Scandinavia.
📋 Background
Previous issue analysis: No German-specific translation issue was ever created. German currently has 56/96 files (58%) still containing English body text. Core and product pages are the most customer-facing.
Previous Copilot completion rate was ~0% because issues were too large (84-145 files). This issue targets only 12 files.
📊 Files to Translate
| File | Status |
|---|---|
services_de.html |
❌ English body |
why-hack23_de.html |
❌ English body |
accessibility-de.html |
❌ English body |
cia-features_de.html |
❌ English body |
cia-docs_de.html |
❌ English body |
cia-project_de.html |
❌ English body |
cia-triad-faq_de.html |
❌ English body |
black-trigram-features_de.html |
❌ English body |
black-trigram-docs_de.html |
❌ English body |
black-trigram_de.html |
❌ English body |
cia-compliance-manager-features_de.html |
❌ English body |
compliance-manager_de.html |
❌ English body |
Already translated (skip): projects_de.html, security-assessment-checklist_de.html, cia-compliance-manager-docs_de.html
✅ Acceptance Criteria
- All 12 files listed above have German body content (not English)
- Translations use formal German (Sie-Form) suitable for B2B cybersecurity
- German umlauts (ä, ö, ü) and ß used correctly
- HTML structure, links, images, and Schema.org metadata remain intact
- No broken links or missing elements
- Brand names (Hack23, CIA, Black Trigram) kept untranslated
🛠️ Implementation Guidance
For each file:
- Find the
<article>or<main>section with English paragraphs - Translate all text content (
<p>,<h2>-<h6>,<li>, etc.) to German - Keep all HTML tags, attributes, links, images intact
- Use
index_de.htmlfor terminology consistency - German cybersecurity terms: "Cybersicherheit", "Informationssicherheit", "Schwachstellenmanagement", "Zugriffskontrolle"
Reference:
- "Services" → "Dienstleistungen"
- "Products" → "Produkte"
- "Security" → "Sicherheit"
- "Compliance" → "Compliance" (same in German)
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementEnhancement to existing functionalityEnhancement to existing functionality