From f0c52a0570439c872d8a3ae00044df1e360456e4 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 22:05:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Fix=20Spanish=20lingu?= =?UTF-8?q?istic=20standards=20in=20Task=20Management=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Corrected missing tildes (accents) and 'ñ' in multiple UI components and hooks. - Updated terms: Mañana, más, descripción, Título, Edición, sesión, Mías, Búsqueda, Día, Éxito, Ocurrió. - Improved accessibility by updating aria-labels with correct Spanish orthography. - Added Palette journal entry for linguistic standards. Co-authored-by: Rumazor <87402949+Rumazor@users.noreply.github.com> --- .Jules/palette.md | 3 +++ frontend/components/calendar/task-calendar.tsx | 6 +++--- frontend/components/tasks/task-dashboard.tsx | 4 ++-- frontend/components/tasks/task-filters.tsx | 2 +- frontend/components/tasks/task-form.tsx | 8 ++++---- frontend/components/tasks/task-list.tsx | 6 +++--- frontend/hooks/useTasks.ts | 16 ++++++++-------- 7 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 .Jules/palette.md diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..fd23669 --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,3 @@ +## 2025-05-15 - Linguistic Standards for Spanish UI +**Learning:** Common Spanish UI terms (Mañana, más, descripción, Título, Edición, sesión, Mías, Búsqueda, Día) are often missing their proper tildes/accents in rapidly developed codebases, which diminishes the perceived professionalism and accessibility of the interface. +**Action:** Always perform a targeted sweep for these specific terms in Spanish-localized projects to ensure linguistic correctness. diff --git a/frontend/components/calendar/task-calendar.tsx b/frontend/components/calendar/task-calendar.tsx index 448910a..07cb641 100644 --- a/frontend/components/calendar/task-calendar.tsx +++ b/frontend/components/calendar/task-calendar.tsx @@ -150,7 +150,7 @@ export default function TaskCalendar({ token, onTaskClick }: TaskCalendarProps) size="sm" onClick={() => setView(Views.DAY)} > - Dia + Día @@ -162,13 +162,13 @@ export default function TaskCalendar({ token, onTaskClick }: TaskCalendarProps) next: "Siguiente", month: "Mes", week: "Semana", - day: "Dia", + day: "Día", agenda: "Agenda", date: "Fecha", time: "Hora", event: "Evento", noEventsInRange: "No hay tareas en este rango", - showMore: (total: number) => `+ ${total} mas`, + showMore: (total: number) => `+ ${total} más`, }; return ( diff --git a/frontend/components/tasks/task-dashboard.tsx b/frontend/components/tasks/task-dashboard.tsx index eaa3798..0107e88 100644 --- a/frontend/components/tasks/task-dashboard.tsx +++ b/frontend/components/tasks/task-dashboard.tsx @@ -170,7 +170,7 @@ export default function TaskDashboard({ @@ -241,7 +241,7 @@ export default function TaskDashboard({ value="mis-tareas" className="data-[state=active]:bg-background" > - Mias + Mías {myTasksCount} diff --git a/frontend/components/tasks/task-filters.tsx b/frontend/components/tasks/task-filters.tsx index f00cf38..bd35160 100644 --- a/frontend/components/tasks/task-filters.tsx +++ b/frontend/components/tasks/task-filters.tsx @@ -326,7 +326,7 @@ export default function TaskFiltersComponent({ )} {activeFilters.search && ( - Busqueda: {activeFilters.search} + Búsqueda: {activeFilters.search}