From 20910e367e6ecedaec6445a0df5b2e224121f6c3 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Tue, 3 Mar 2026 10:49:06 -0500 Subject: [PATCH] Fix: Add missing shuttle translations for allAreas --- frontend/src/i18n/locales/en.json | 1 + frontend/src/i18n/locales/es.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 190bc5b..e178a8c 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -177,6 +177,7 @@ "noShuttles": "No tourist routes available at the moment.", "filterRoute": "Filter by route", "allRoutes": "All routes", + "allAreas": "All areas", "category": "Category", "local": "Local", "interprovincial": "Interprovincial", diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 3d19ec6..363a113 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -179,6 +179,7 @@ "noShuttles": "No hay rutas turísticas disponibles en este momento.", "filterRoute": "Filtrar por ruta", "allRoutes": "Todas las rutas", + "allAreas": "Todas las áreas", "category": "Categoría", "local": "Local", "interprovincial": "Interprovincial",