From 073c7174490ed3d8ae34c3f8c8f1b91bce711f6f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 30 Jan 2026 19:59:47 +0100 Subject: feat: Add date parameter to GetRouteDetails and update fetchRouteDetails to support date queries feat: Enhance localization with new date-related strings in English, Spanish, and Galician feat: Improve RouteDetailsPage with layout options and date selection for better user experience --- src/frontend/app/i18n/locales/gl-ES.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/frontend/app/i18n/locales/gl-ES.json') diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index e339d06..181915a 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -7,6 +7,10 @@ "data_gtfs": "Horarios programados", "data_gtfs_source": "Feed GTFS oficial (datos abertos municipais)", "data_realtime": "Datos en tempo real", + "day_yesterday": "Onte", + "day_today": "Hoxe", + "day_tomorrow": "Mañá", + "week_date": "Data", "data_realtime_source": "API da cidade", "data_traffic": "Estado do tráfico", "data_traffic_source": "Datos abertos municipais", -- cgit v1.3