Chat Translation Service¶
app.services.chat_translation contains the standalone and server-backed chat translation orchestration helpers used by app.routes_chat.
Chat translation and chat-save orchestration helpers.
This module contains the business logic previously embedded inside
app.main for POST /api/translate_chat and POST /api/save_chat.
The route layer delegates here for translation-mode selection, standalone
and mud-server translation flows, and chat save-package creation.