Add translations for the color scheme button

This commit is contained in:
2026-05-19 21:53:33 +02:00
parent c8f8022f44
commit 16e69ff072
2 changed files with 19 additions and 9 deletions
+9
View File
@@ -16,5 +16,14 @@
"back": {
"search": "Back to Search"
}
},
"preferences": {
"colorScheme": {
"switch": {
"light": "Switch to light mode",
"dark": "Switch to dark mode",
"auto": "Switch to the system color scheme"
}
}
}
}