From 49ef6f4af837d4f3f4f367fa831f1ff176036c27 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:24:51 +0100 Subject: Show probable traffic restriction warning on Xunta legs within urban municipalities (#141) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero --- src/frontend/app/i18n/locales/en-GB.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/frontend/app/i18n/locales/en-GB.json') diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index aed0066..1987d28 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -147,7 +147,9 @@ "operator": "Operator", "back": "← Back", "fare": "€{{amount}}", - "free": "Free" + "free": "Free", + "urban_traffic_warning": "Possible transit restriction", + "urban_traffic_warning_desc": "Both stops on this leg are within {{municipality}}, which has its own urban transport. It's likely you are not allowed to do this trip with Xunta services." }, "common": { "loading": "Loading...", @@ -160,6 +162,7 @@ "stops": "Stops", "planner": "Planner", "routes": "Routes", + "settings": "Settings", "favourites": "Favourites" }, "routes": { -- cgit v1.3