feat(MiniCalendarWidget): enhance localization and refactor calendar logic
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
- Updated the MiniCalendarWidget to utilize localized strings for month names, weekdays, and loading messages, improving user experience across multiple languages. - Refactored the calendar logic to use constants for month keys and weekday order, ensuring consistency with backend configurations. - Added new translation entries for the mini widget in Cebuano, German, English, Spanish, and French, enhancing accessibility for users.
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
"nov": "November",
|
||||
"dec": "Dezember"
|
||||
},
|
||||
"miniWidget": {
|
||||
"loading": "Kalender wird geladen…",
|
||||
"linkToCalendar": "Zum Kalender →"
|
||||
},
|
||||
"categories": {
|
||||
"personal": "Persönlich",
|
||||
"work": "Arbeit",
|
||||
|
||||
Reference in New Issue
Block a user