♻️ Add ssr for user preferences page, add translations for user preferences page

This commit is contained in:
Meier Lukas
2023-08-05 13:19:30 +02:00
parent 4817c0c267
commit 04b3fa394d
6 changed files with 83 additions and 62 deletions

View File

@@ -1,6 +1,7 @@
{
"metaTitle": "Preferences",
"pageTitle": "Your preferences",
"boards": {
"title": "Boards",
"defaultBoard": {
"label": "Default board"
}
@@ -21,7 +22,12 @@
"label": "Language"
},
"firstDayOfWeek": {
"label": "First day of the week"
"label": "First day of the week",
"options": {
"monday": "Monday",
"saturday": "Saturday",
"sunday": "Sunday"
}
}
},
"searchEngine": {