fix search feature
Build & Push / Pipeline Tests (push) Failing after 1m14s
Build & Push / Build & Push Docker Image (push) Has been skipped
Test / Type Check (all packages) (push) Successful in 53s
Test / API Unit Tests (push) Failing after 50s
Test / Homepage Unit Tests (push) Successful in 45s
Test / Carplace Unit Tests (push) Successful in 44s
Test / Admin Unit Tests (push) Successful in 42s
Test / Dashboard Unit Tests (push) Successful in 43s
Test / API Integration Tests (push) Successful in 1m4s

This commit is contained in:
root
2026-07-26 01:18:05 -04:00
parent f6fcd7ce54
commit 2b422ca197
23 changed files with 880 additions and 51 deletions
@@ -351,6 +351,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
'/subscription': 'Subscription',
'/billing': 'Billing',
'/contracts': 'Contracts',
'/search': 'Search',
'/notifications': 'Notifications',
'/settings': 'Settings',
},
@@ -720,6 +721,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
'/subscription': 'Abonnement',
'/billing': 'Facturation',
'/contracts': 'Contrats',
'/search': 'Recherche',
'/notifications': 'Notifications',
'/settings': 'Paramètres',
},
@@ -1089,6 +1091,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
'/subscription': 'الاشتراك',
'/billing': 'الفوترة',
'/contracts': 'العقود',
'/search': 'البحث',
'/notifications': 'الإشعارات',
'/settings': 'الإعدادات',
},