(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

@@ -11,6 +11,7 @@ and this project adheres to
### Added
- 👷(docker) add arm64 platform support for image builds
- ✨(summary) add localization support for transcription context text
### Changed