mitlist/fe/src
google-labs-jules[bot] 2a2045c24a feat(i18n): Internationalize remaining app pages
This commit completes the internationalization (i18n) for several key pages
within the frontend application.

The following pages have been updated to support multiple languages:
- AccountPage.vue
- SignupPage.vue
- ListDetailPage.vue (including items, OCR, expenses, and cost summary)
- MyChoresPage.vue
- PersonalChoresPage.vue
- IndexPage.vue

Key changes include:
- Extraction of all user-facing strings from these Vue components.
- Addition of new translation keys and their English values to `fe/src/i18n/en.json`.
- Modification of the Vue components to use the Vue I18n plugin's `$t()` (template)
  and `t()` (script) functions for displaying translated strings.
- Dynamic messages, notifications, and form validation messages are now also
  internationalized.
- The language files `de.json`, `es.json`, and `fr.json` have been updated
  with the new keys, using the English text as placeholders for future
  translation.

This effort significantly expands the i18n coverage of the application,
making it more accessible to a wider audience.
2025-06-01 22:13:36 +00:00
..
assets Refactor: Update styling and functionality in various components 2025-06-01 20:41:04 +02:00
components Fix: Resolve Google OAuth redirection issue 2025-06-01 21:13:48 +00:00
composables feat: Implement recurring expenses feature with scheduling and management 2025-05-22 16:37:14 +02:00
config Update API base URL in api-config.ts to point to the new production environment 2025-06-01 22:16:36 +02:00
i18n feat(i18n): Internationalize remaining app pages 2025-06-01 22:13:36 +00:00
layouts feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
pages feat(i18n): Internationalize remaining app pages 2025-06-01 22:13:36 +00:00
router feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
services feat: Implement refresh token functionality in authentication flow 2025-05-25 12:51:02 +02:00
stores feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
stories feat: Integrate Storybook for component development 2025-05-31 14:43:59 +02:00
types Enhance ChoresPage accessibility and functionality 2025-06-01 22:00:11 +02:00
App.vue Refactor frontend components and styles for improved UI consistency and responsiveness. Update HTML structure in index.html, enhance SCSS variables in valerie-ui.scss, and implement new layout styles across various pages. Adjust component props and event emissions for better data handling in CreateListModal and ConflictResolutionDialog. Add Material Icons for better visual representation in navigation. Ensure all changes align with the overall design system for a cohesive user experience. 2025-05-20 01:19:52 +02:00
main.ts feat: Internationalize AuthCallback, Chores, ErrorNotFound, GroupDetail pages 2025-06-01 21:51:01 +00:00
sw.ts refactor: Update frontend components and Dockerfile for production 2025-06-01 14:59:30 +02:00