🌐(frontend) add missing DE translation for accessibility settings

This commit is contained in:
René Fischer
2026-02-08 18:08:55 +01:00
committed by aleb_the_flash
parent 6962367e18
commit c28b8ba902
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to
- 🥅(summary) catch file-related exceptions when handling recording #944
- 📝(frontend) update legal terms #956
- ⚡️(backend) enhance django admin's loading performance #954
- 🌐(frontend) add missing DE translation for accessibility settings
## [1.5.0] - 2026-01-28

View File

@@ -108,12 +108,18 @@
"label": "Sprache"
},
"settingsButtonLabel": "Einstellungen",
"accessibility": {
"announceReactions": {
"label": "Reaktionen vorlesen"
}
},
"tabs": {
"account": "Profil",
"audio": "Audio",
"video": "Video",
"general": "Allgemein",
"notifications": "Benachrichtigungen",
"accessibility": "Barrierefreiheit",
"transcription": "Transkription"
}
}