From 380e860386b2c817287a6ec0883a6130f658ecef Mon Sep 17 00:00:00 2001 From: Konstantinos Arvanitakis Date: Tue, 1 Sep 2026 10:52:56 +0300 Subject: [PATCH] Feat: Adding Translations to the Seeder --- src/Localization/Services/StorefrontLabels.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Localization/Services/StorefrontLabels.php b/src/Localization/Services/StorefrontLabels.php index 3267c2b..461dbb1 100644 --- a/src/Localization/Services/StorefrontLabels.php +++ b/src/Localization/Services/StorefrontLabels.php @@ -76,6 +76,9 @@ class StorefrontLabels 'shop.search_label' => ['en' => 'Search products', 'el' => 'Αναζήτηση προϊόντων'], 'shop.search_placeholder' => ['en' => 'Search products…', 'el' => 'Αναζήτησε προϊόντα…'], 'shop.filter_price' => ['en' => 'Filter by price', 'el' => 'Φίλτρο τιμής'], + 'shop.price_min' => ['en' => 'Min price', 'el' => 'Ελάχιστη τιμή'], + 'shop.price_max' => ['en' => 'Max price', 'el' => 'Μέγιστη τιμή'], + 'shop.reset' => ['en' => 'Reset', 'el' => 'Επαναφορά'], 'shop.apply' => ['en' => 'Apply', 'el' => 'Εφαρμογή'], 'shop.availability' => ['en' => 'Availability', 'el' => 'Διαθεσιμότητα'], 'shop.in_stock_only' => ['en' => 'In-stock products only', 'el' => 'Μόνο διαθέσιμα προϊόντα'],