feat: Add week start day setting and apply to calendars and charts

This commit is contained in:
pa
2026-03-19 17:49:21 +09:00
parent f980b0ee6e
commit bbb7d596bb
7 changed files with 93 additions and 33 deletions

View File

@@ -23,6 +23,15 @@
"h": "h",
"m": "m",
"s": "s"
},
"days": {
"sunday": "Sunday",
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday"
}
},
"nav_tooltip": {
@@ -874,7 +883,9 @@
"time_format": "Time Format",
"time_format_24": "24 Hour",
"time_format_12": "12 Hour",
"force_iso_date_format": "Force ISO Date Format"
"force_iso_date_format": "Force ISO Date Format",
"week_starts_on": "Week Starts On",
"week_starts_on_description": "Choose the first day of the week. Affects calendars, charts, and activity views."
},
"theme_color": {
"header": "Theme Color",