(frontend) chose transcription’s language in settings

Add a key feature allowing users to choose the language
of their transcription via a setting.

The default value is set to French, the most commonly used
language across our user base.

Users can still select English or “Automatic,” which re-enables automatic
language detection if no default is configured on the microservice.
This commit is contained in:
lebaudantoine
2025-12-31 11:16:59 +01:00
committed by aleb_the_flash
parent 19f8c96e9d
commit 049a9079c4
15 changed files with 171 additions and 10 deletions
+13 -1
View File
@@ -68,6 +68,17 @@
},
"permissionsRequired": "Berechtigungen erforderlich"
},
"transcription": {
"heading": "Transkription",
"language": {
"label": "Besprechungssprache",
"options": {
"french": "Französisch (fr)",
"english": "Englisch (en)",
"auto": "Automatisch"
}
}
},
"notifications": {
"heading": "Tonbenachrichtigungen",
"label": "Tonbenachrichtigungen für",
@@ -100,6 +111,7 @@
"audio": "Audio",
"video": "Video",
"general": "Allgemein",
"notifications": "Benachrichtigungen"
"notifications": "Benachrichtigungen",
"transcription": "Transkription"
}
}