Improve frontend traslations

This commit is contained in:
Urtzi Alfaro
2025-11-18 22:17:56 +01:00
parent 8c6393ea14
commit bbf6658759
27 changed files with 424 additions and 462 deletions

View File

@@ -182,7 +182,7 @@ export const routesConfig: RouteConfig[] = [
path: ROUTES.HOME,
name: 'Home',
component: 'HomePage',
title: 'Panadería IA - Gestión Inteligente',
title: 'BakeWise - Gestión Inteligente',
requiresAuth: false,
showInNavigation: false,
meta: {
@@ -220,7 +220,7 @@ export const routesConfig: RouteConfig[] = [
path: ROUTES.FEATURES,
name: 'Features',
component: 'FeaturesPage',
title: 'Funcionalidades - Bakery-IA',
title: 'Funcionalidades - BakeWise',
requiresAuth: false,
showInNavigation: false,
meta: {