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",