diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 19:59:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 20:01:43 +0100 |
| commit | 073c7174490ed3d8ae34c3f8c8f1b91bce711f6f (patch) | |
| tree | b1c1581a7668ebddfce192f2c9ed9c780deb670f /src/frontend/app/i18n/locales/gl-ES.json | |
| parent | 7348781b89178589036620b33f3554b2e7271c5f (diff) | |
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
Diffstat (limited to 'src/frontend/app/i18n/locales/gl-ES.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 4 |
1 files changed, 4 insertions, 0 deletions
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", |
