From c8d7ab720004ab4a10bf6feb98f7cf4ef450c1e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:40:26 +0000 Subject: feat: map search field, pick-on-map returns to planner, geolocate + viewport fixes Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/frontend/app/i18n/locales/en-GB.json | 4 +++- src/frontend/app/i18n/locales/es-ES.json | 4 +++- src/frontend/app/i18n/locales/gl-ES.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'src/frontend/app/i18n') diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 17c232f..580aba3 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -105,7 +105,9 @@ "view_all_estimates": "View all estimates", "select_nearby_stop": "Select stop", "route_from_here": "Route from here", - "route_to_here": "Route to here" + "route_to_here": "Route to here", + "search_placeholder": "Search for a place…", + "plan_trip": "Plan a trip" }, "planner": { "where_to": "Where do you want to go?", diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index e7d516e..7863a19 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -105,7 +105,9 @@ "view_all_estimates": "Detalles", "select_nearby_stop": "Seleccionar parada", "route_from_here": "Ruta desde aquí", - "route_to_here": "Ruta hasta aquí" + "route_to_here": "Ruta hasta aquí", + "search_placeholder": "Buscar un lugar…", + "plan_trip": "Planificar ruta" }, "planner": { "where_to": "¿A donde quieres ir?", diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index baa3998..39e28de 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -105,7 +105,9 @@ "view_all_estimates": "Ver todas as estimacións", "select_nearby_stop": "Seleccionar parada", "route_from_here": "Ruta desde aquí", - "route_to_here": "Ruta ata aquí" + "route_to_here": "Ruta ata aquí", + "search_placeholder": "Buscar un lugar…", + "plan_trip": "Planificar ruta" }, "planner": { "where_to": "Onde queres ir?", -- cgit v1.3