Feat add first day of week (#339)

* Add setup for first day of week

* Add full weekdays

* fixup! Add full weekdays
This commit is contained in:
Chris 2025-09-17 16:56:50 +03:00 committed by antanst
parent 175c6a1d7e
commit fcbccbc838
33 changed files with 673 additions and 34 deletions

View file

@ -189,6 +189,7 @@
"light": "Light",
"dark": "Dark",
"timezone": "Timezone",
"firstDayOfWeek": "First day of week",
"saveChanges": "Save Changes",
"successMessage": "Profile updated successfully!",
"languageChangedNote": "Language changes are applied immediately",
@ -726,6 +727,15 @@
"parentEditWarning": "⚠️ You are editing the parent task's recurrence settings. Changes will affect all future instances of this recurring task."
},
"weekdays": {
"sunday": "Sun",
"monday": "Mon",
"tuesday": "Tue",
"wednesday": "Wed",
"thursday": "Thu",
"friday": "Fri",
"saturday": "Sat"
},
"weekdaysFull": {
"sunday": "Sunday",
"monday": "Monday",
"tuesday": "Tuesday",