♻️(frontend) align RecordingStateToast i18n keys with component name
Update translation keys to match component naming convention for improved code maintainability and clarity.
This commit is contained in:
committed by
aleb_the_flash
parent
ba20fbe3a5
commit
46d60661f1
@@ -12,7 +12,7 @@ import { RecordingStatus, recordingStore } from '@/stores/recording'
|
||||
|
||||
export const RecordingStateToast = () => {
|
||||
const { t } = useTranslation('rooms', {
|
||||
keyPrefix: 'recordingBadge',
|
||||
keyPrefix: 'recordingStateToast',
|
||||
})
|
||||
const room = useRoomContext()
|
||||
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"recordingBadge": {
|
||||
"recordingStateToast": {
|
||||
"transcript": {
|
||||
"started": "Transcribing",
|
||||
"starting": "Transcription starting",
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"recordingBadge": {
|
||||
"recordingStateToast": {
|
||||
"transcript": {
|
||||
"started": "Transcription en cours",
|
||||
"starting": "Démarrage de la transcription",
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"recordingBadge": {
|
||||
"recordingStateToast": {
|
||||
"transcript": {
|
||||
"started": "Transcriptie bezig",
|
||||
"starting": "Transcriptie begint",
|
||||
|
||||
Reference in New Issue
Block a user