diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2026-02-25 16:15:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-25 16:15:16 +0100 |
| commit | 7d86c66be248861f440089f37765778c69deaaa7 (patch) | |
| tree | 6181be67a333c7afc1b39f81b49457dbc3fa1819 /src/frontend/app/i18n/locales/gl-ES.json | |
| parent | 191d36dbbea5fab6141d9a144f154c98757e284f (diff) | |
[WIP] Implement UX improvements for map styles and feature selection (#136)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/i18n/locales/gl-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index 132ab0b..b951278 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -106,7 +106,8 @@ "map": { "popup_title": "Parada", "lines": "Liñas", - "view_all_estimates": "Ver todas as estimacións" + "view_all_estimates": "Ver todas as estimacións", + "select_nearby_stop": "Seleccionar parada" }, "planner": { "where_to": "Onde queres ir?", |
