tractatus/src
TheFlow 33e456cfa4 fix(i18n): disable card view for translations to show translated content
Problem:
- Card view uses sections array which contains English text
- Translated documents showed English content in cards
- Only document title was translated

Solution:
- Set sections = undefined for translated documents
- Forces frontend to use traditional full-document view
- Traditional view displays content_html which IS translated

Result:
- Translated documents now show fully translated content
- Card view disabled for translations (traditional view instead)
- All content (title + body) now displays in German/French

Testing:
- German: "Einführung in den Tractatus-Rahmen", "Was ist Tractatus?"
- content_html confirmed 17KB of translated German text

🌐 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 01:56:00 +13:00
..
config fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
controllers fix(i18n): disable card view for translations to show translated content 2025-10-26 01:56:00 +13:00
middleware feat(governance): wave 5 enforcement - 100% coverage achieved (79% → 100%) 2025-10-25 14:10:23 +13:00
models feat(cultural-sensitivity): implement Phase 1 - detection and flagging (inst_081) 2025-10-25 11:10:06 +13:00
routes feat(docs): intelligent section recategorization + i18n infrastructure 2025-10-26 00:48:27 +13:00
services fix(i18n): add axios dependency and fix DeepL API parameters 2025-10-26 00:59:05 +13:00
utils fix(i18n): workaround for mangled markdown in translations 2025-10-26 01:48:28 +13:00
server.js feat: add SEO-friendly blog post URL routing (/blog/:slug) 2025-10-25 20:25:03 +13:00