♻️(frontend) refactor ParticipantName component for internationalization

Component now supports i18n. The participant tile needs further refactoring as
it still mixes LiveKit CSS with custom styling.
This commit is contained in:
lebaudantoine
2025-04-28 16:03:01 +02:00
committed by aleb_the_flash
parent e519f00342
commit bc76c44fe9
6 changed files with 94 additions and 33 deletions

View File

@@ -364,5 +364,8 @@
"message": "Om niet oneindige uw scherm in zichzelf te delen, kunt u beter niet het hele scherm delen. Deel in plaats daarvan een tab of een ander venster.",
"stop": "Stop met presenteren",
"ignore": "Negeren"
},
"participantTile": {
"screenShare": "{{name}} scherm"
}
}