feat(settings): add settings page link

This commit is contained in:
2026-07-23 12:42:10 +02:00
parent fe7453ef10
commit a9e9bffd50
4 changed files with 77 additions and 0 deletions
+5
View File
@@ -49,6 +49,11 @@
"switch": {
"title": "Wert umschalten",
"ariaLabel": "Schaltet den Wert um"
},
"pages": {
"link": {
"ariaLabel": "Geht zur Einstellungsseite {page}"
}
}
}
}
+5
View File
@@ -49,6 +49,11 @@
"switch": {
"title": "Toggle value",
"ariaLabel": "Toggles the value"
},
"pages": {
"link": {
"ariaLabel": "Goes to settings page {page}"
}
}
}
}