- Full WCAG accessibility: ARIA attributes (aria-expanded, aria-controls), keyboard navigation (Enter/Space)
- Reframed research context: Berlin/Weil as primary intellectual foundation (moral pluralism, categorical imperative)
- Bibliography with proper academic citations: Weil (The Need for Roots, Gravity and Grace), Berlin (Four Essays on Liberty)
- Fixed footer i18n: Implemented recursive deepMerge() to preserve nested translation objects
- Root cause: Shallow merge {...obj1, ...obj2} was overwriting entire footer object from common.json
- Consolidated all footer translations in common.json, removed from page-specific files
- Mobile optimization: 44px/48px touch targets, touch-action: manipulation, responsive design
- Progressive enhancement: <noscript> fallback for JavaScript-disabled users
- Version 1.3.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
45 lines
2.2 KiB
JSON
45 lines
2.2 KiB
JSON
{
|
|
"footer": {
|
|
"about_heading": "Tractatus Framework",
|
|
"about_text": "Architectural constraints for AI safety that preserve human agency through structural, not aspirational, enforcement.",
|
|
"documentation_heading": "Documentation",
|
|
"documentation_links": {
|
|
"framework_docs": "Framework Docs",
|
|
"about": "About",
|
|
"core_values": "Core Values",
|
|
"interactive_demo": "Interactive Demo"
|
|
},
|
|
"support_heading": "Support",
|
|
"support_links": {
|
|
"koha": "Support (Koha)",
|
|
"transparency": "Transparency",
|
|
"media_inquiries": "Media Inquiries",
|
|
"submit_case": "Submit Case Study"
|
|
},
|
|
"legal_heading": "Legal",
|
|
"legal_links": {
|
|
"privacy": "Privacy Policy",
|
|
"contact": "Contact Us",
|
|
"github": "GitHub"
|
|
},
|
|
"te_tiriti_label": "Te Tiriti o Waitangi:",
|
|
"te_tiriti_text": "We acknowledge Te Tiriti o Waitangi and our commitment to partnership, protection, and participation. This project respects Māori data sovereignty (rangatiratanga) and collective guardianship (kaitiakitanga).",
|
|
"copyright": "John G Stroh. Licensed under",
|
|
"license": "Apache 2.0",
|
|
"location": "Made in Aotearoa New Zealand 🇳🇿",
|
|
"additional_resources": "Additional Resources",
|
|
"for_decision_makers": "For Decision-Makers",
|
|
"for_decision_makers_desc": "Strategic perspective on governance challenges and architectural approaches",
|
|
"implementation_guide": "Implementation Guide",
|
|
"implementation_guide_desc": "Technical integration patterns and deployment considerations",
|
|
"further_info": "Further Information",
|
|
"technical_docs": "Technical Documentation",
|
|
"technical_docs_desc": "Complete architecture specifications, implementation patterns, API reference",
|
|
"system_architecture": "System Architecture",
|
|
"system_architecture_desc": "Runtime-agnostic governance layer design and integration approach",
|
|
"research_case_studies": "Research & Case Studies",
|
|
"research_case_studies_desc": "Academic foundations, failure mode analysis, governance research",
|
|
"contact": "Contact:",
|
|
"contact_text": "For pilot partnerships, validation studies, or technical consultation, contact via"
|
|
}
|
|
}
|