Files
worklenz/worklenz-frontend/public/locales/en/admin-center/sidebar.json
Chamika J 8f407b45a9 feat(holiday-calendar): implement holiday calendar component with CRUD functionality
- Added a new `HolidayCalendar` component for managing custom and official holidays.
- Integrated holiday type fetching and population logic to streamline holiday management.
- Enhanced UI with modals for creating, editing, and deleting holidays, including validation and user feedback.
- Updated styles for improved visual presentation and user interaction.
- Refactored sidebar and routes to accommodate new component structure and localization updates.
2025-08-01 16:54:58 +05:30

10 lines
190 B
JSON

{
"overview": "Overview",
"users": "Users",
"teams": "Teams",
"billing": "Billing",
"projects": "Projects",
"settings": "Utilization Settings",
"adminCenter": "Admin Center"
}