From 5425a0396fc305c3f4ce68c9d3328cb20f3d41c8 Mon Sep 17 00:00:00 2001 From: Konstantinos Arvanitakis Date: Wed, 9 Sep 2026 23:43:39 +0300 Subject: [PATCH] Feat: Adding missing nav translations --- src/Localization/Services/StorefrontLabels.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Localization/Services/StorefrontLabels.php b/src/Localization/Services/StorefrontLabels.php index 1fa052d..5d02114 100644 --- a/src/Localization/Services/StorefrontLabels.php +++ b/src/Localization/Services/StorefrontLabels.php @@ -24,6 +24,7 @@ class StorefrontLabels 'nav.account' => ['en' => 'Account', 'el' => 'Λογαριασμός'], 'nav.back' => ['en' => 'Back', 'el' => 'Πίσω'], 'nav.contact' => ['en' => 'Contact', 'el' => 'Επικοινωνία'], + 'nav.close' => ['en' => 'Close', 'el' => 'Κλείσιμο'], 'cart.empty' => ['en' => 'Your cart is empty', 'el' => 'Το καλάθι σας είναι άδειο'], 'cart.checkout' => ['en' => 'Checkout', 'el' => 'Ολοκλήρωση Παραγγελίας'], 'cart.total' => ['en' => 'Total', 'el' => 'Σύνολο'], @@ -67,6 +68,7 @@ class StorefrontLabels 'en' => '{0} No products found|{1} Showing :first–:last of :total result|[2,*] Showing :first–:last of :total results', 'el' => '{0} Δεν βρέθηκαν προϊόντα|{1} Εμφάνιση :first–:last από :total αποτέλεσμα|[2,*] Εμφάνιση :first–:last από :total αποτελέσματα', ], + 'shop.all_products' => ['en' => 'All Products', 'el' => 'Όλα τα Προϊόντα'], 'shop.sort_label' => ['en' => 'Sort products', 'el' => 'Ταξινόμηση προϊόντων'], 'shop.sort_default' => ['en' => 'Default sorting', 'el' => 'Προεπιλεγμένη ταξινόμηση'], 'shop.sort_popularity' => ['en' => 'Popularity', 'el' => 'Δημοφιλή'],