+ {item.title} +
++ {item.text} +
+diff --git a/index.html b/index.html index 095fb3a453..d7b1267afe 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@
-{translate(categoryName)}
+ ) : ( + <> + + {translate(categoryName)} + + + + + + ++ {capitalize(productName.slice(1))} +
+ > + )} +{product.name}
+{`${productsCount(category.type)} models`}
+{t('footer.backToTop')}
+ +{t('modal.question')}
+{`$${price}`}
+ {discount && ( +{`$${fullPrice}`}
+ )} ++ {currProd?.priceDiscount} +
++ {currProd?.priceRegular} +
++ {item.text} +
++ {t('accessoriesPage.title.count', { + count: filteredProducts.length, + })} +
+{`$${totalInitPrice}`}
++ {/* {productsOfCart.length === 1 */} + {totalCartQuantity === 1 + ? `${t('cartPage.total.item')}` + : `${t('cartPage.total.items', { total: totalCartQuantity })}`} +
+{t('cartPage.title.empty')}
+ ++ {t('favouritesPage.title.empty')} +
+ {/* */} ++ {t('phonesPage.title.count', { count: filteredProducts.length })} +
++ {t('tabletsPage.title.count', { count: filteredProducts.length })} +
+