From bb6366af0c07116ecb54144dca129f099127d4c3 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 30 Jan 2026 20:48:51 +0100 Subject: feat: Add trip selection functionality and localization updates for trips in English, Spanish, and Galician --- src/frontend/app/i18n/locales/es-ES.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/frontend/app/i18n/locales/es-ES.json') diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 58e2f08..6972410 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -173,6 +173,10 @@ "day_today": "Hoy", "day_tomorrow": "MaƱana", "week_date": "Fecha", + "trips": "Trayectos", + "choose_trip": "Elige un trayecto", + "close": "Cerrar", + "trip": "Trayecto", "trip_count": "{{count}} viajes hoy", "trip_count_one": "1 viaje hoy", "trip_count_short": "({{count}} viajes)", -- cgit v1.3