Maurice
bcbb516448
refactor: replace hardcoded Vacay month/weekday arrays with Intl + i18n — based on PR #122
...
Remove 12 hardcoded arrays for weekdays/months across 6 languages.
Use Intl.DateTimeFormat for month names and i18n keys for weekdays.
Works for all locales automatically.
Thanks @slashwarm for the original PR!
2026-03-30 19:59:47 +02:00
Maurice
f1c4155d81
feat: add Brazilian Portuguese (pt-BR) language support — thanks @fgbona
2026-03-30 12:27:21 +03:00
quentinClaudel
931c5bd990
feat: improve French translations — thanks @quentinClaudel
2026-03-30 12:27:21 +03:00
Maurice
2171203a4c
feat: configurable weekend days in Vacay — closes #97
...
Users can now select which days are weekends (default: Sat+Sun).
Useful for countries like Bangladesh (Fri+Sat) or others with
different work weeks. Settings appear under "Block weekends" toggle.
2026-03-29 19:46:24 +02:00
Mansour Almohsen
b0ffb63d67
feat(client): add Arabic language support
...
Add Arabic to the client i18n system, expose it in the language selectors, and enable RTL document handling. Also localize the remaining language-specific UI bits used by the login, demo, Vacay, and GitHub panels.
2026-03-29 12:47:45 +03:00
Maurice
005c08dcea
Merge PR #68 : multiple holiday calendars per vacay plan ( closes #36 )
2026-03-29 01:33:06 +01:00
Stephen Wheet
3c4f5f7193
feat: multiple holiday calendars per vacay plan
...
- Add vacay_holiday_calendars table (region, label, color, sort_order)
- Lazy migration of existing holidays_region to first calendar row
- Extract applyHolidayCalendars() helper; replace inline holiday logic
- GET /vacay/plan now includes holiday_calendars array
- Add POST/PUT/DELETE /vacay/plan/holiday-calendars/:id endpoints
- Client VacayPlan/VacayEntry/HolidayInfo types updated
- loadHolidays() loops over all calendars; per-calendar color on HolidayInfo
- VacayMonthCard uses holiday.color instead of hardcoded red
- VacaySettings replaced single country picker with calendar list UI
- VacayPage legend renders one item per calendar
- i18n: addCalendar, calendarLabel, calendarColor, noCalendars (en + de)
- Fix pre-existing TS errors: VacayPlan/VacayEntry missing fields,
SettingToggleProps icon/onChange types, packing.suggestions.items array type
Closes #36
2026-03-28 22:16:12 +00:00
Joaquin
706548c45d
feat: add full Spanish translation ( #57 )
...
* feat(i18n): add spanish translation support
* refactor(i18n): refine spanish copy for es-es
* refactor(i18n): translate addon titles to spanish
2026-03-28 22:56:17 +01:00
Maurice
8396a75223
refactoring: TypeScript migration, security fixes,
2026-03-27 18:40:18 +01:00