feat(settings): add selection option ARIA label

This commit is contained in:
2026-07-28 20:10:29 +02:00
parent 39f482fc37
commit 79267d0059
3 changed files with 17 additions and 3 deletions
+6 -1
View File
@@ -55,6 +55,11 @@
"ariaLabel": "Geht zur Einstellungsseite {page}"
}
},
"noSectionSelected": "Kein Einstellungsabschnitt ist ausgewählt."
"noSectionSelected": "Kein Einstellungsabschnitt ist ausgewählt.",
"selection": {
"option": {
"ariaLabel": "Wählt die Option {option} aus"
}
}
}
}