(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

@@ -2,6 +2,7 @@
Gitlint extra rule to validate that the message title is of the form
"<gitmoji>(<scope>) <subject>"
"""
from __future__ import unicode_literals
import re