tractatus/src
TheFlow e6b98173fe fix(i18n): add axios dependency and fix DeepL API parameters
- Install axios for DeepL HTTP requests
- Remove unsupported preserve_formatting parameter from DeepL API calls
- Add formality parameter only for supported languages (DE, FR, etc.)
- Tested successfully: 'Hello, World!' → 'Hallo, Welt!'

DeepL API Status:
- API key configured (free tier: 500k chars/month)
- Current usage: 12,131 / 500,000 characters (2.43%)
- Remaining quota: 487,869 characters

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 00:59:05 +13:00
..
config fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
controllers feat(docs): intelligent section recategorization + i18n infrastructure 2025-10-26 00:48:27 +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 refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00
server.js feat: add SEO-friendly blog post URL routing (/blog/:slug) 2025-10-25 20:25:03 +13:00