Files
homarr/public/locales/en/modules/calendar.json
ajnart d008baa70a Add option to hide/show week days on calendar
Fixes Calendar Weekdays line #1091
2023-06-28 19:59:25 +09:00

21 lines
503 B
JSON

{
"descriptor": {
"name": "Calendar",
"description": "Displays a calendar with upcoming releases, from supported integrations.",
"settings": {
"title": "Settings for Calendar widget",
"useSonarrv4": {
"label": "Use Sonarr v4 API"
},
"sundayStart": {
"label": "Start the week on Sunday"
},
"radarrReleaseType": {
"label": "Radarr release type"
},
"hideWeekDays": {
"label": "Hide week days"
}
}
}
}