From 55832d95498f5360f2b949bedaf3da92a3f8d299 Mon Sep 17 00:00:00 2001 From: Konstantinos Arvanitakis Date: Fri, 4 Sep 2026 13:06:07 +0300 Subject: [PATCH] Feat: Adding search results for translation --- src/Localization/Services/StorefrontLabels.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Localization/Services/StorefrontLabels.php b/src/Localization/Services/StorefrontLabels.php index 461dbb1..1fa052d 100644 --- a/src/Localization/Services/StorefrontLabels.php +++ b/src/Localization/Services/StorefrontLabels.php @@ -38,6 +38,7 @@ class StorefrontLabels 'auth.login' => ['en' => 'Log In', 'el' => 'Σύνδεση'], 'auth.logout' => ['en' => 'Log Out', 'el' => 'Αποσύνδεση'], 'search.placeholder' => ['en' => 'Search products…', 'el' => 'Αναζήτηση προϊόντων…'], + 'search.results_for' => ['en' => 'Search results for ', 'el' => 'Αποτελέσματα αναζήτησης για '], 'customer_reviews' => [ 'en' => '{0} No customer reviews|{1} :count customer review|[2,*] :count customer reviews', 'el' => '{0} Καμία αξιολόγηση πελάτη|{1} :count αξιολόγηση πελάτη|[2,*] :count αξιολογήσεις πελατών',