(summary) add localization support for transcription context text

Transcription and summarization results were always generated
using a French text structure (e.g. "Réunion du..."), regardless
of user preference or meeting language. Introduced basic localization
support to adapt generated string languages.
This commit is contained in:
leo
2026-02-25 17:50:24 +01:00
committed by aleb_the_flash
parent cd0cec78ba
commit f5e0ddf692
13 changed files with 223 additions and 48 deletions

View File

@@ -167,6 +167,7 @@ class NotificationService:
owner_access.user.timezone
).strftime("%H:%M"),
"download_link": f"{get_recording_download_base_url()}/{recording.id}",
"context_language": owner_access.user.language,
}
headers = {