product grid creating
This commit is contained in:
@@ -142,6 +142,25 @@ export interface Translations {
|
||||
goHome: string;
|
||||
loading: string;
|
||||
};
|
||||
catalog: {
|
||||
title: string;
|
||||
breadcrumb: string;
|
||||
allCategories: string;
|
||||
products: string;
|
||||
loading: string;
|
||||
loadingProducts: string;
|
||||
errorTitle: string;
|
||||
error: string;
|
||||
retry: string;
|
||||
categoryHint: string;
|
||||
productHint: string;
|
||||
emptyTitle: string;
|
||||
emptyCategories: string;
|
||||
emptyProducts: string;
|
||||
addToCart: string;
|
||||
categoriesCount: string;
|
||||
productsCount: string;
|
||||
};
|
||||
subcategories: {
|
||||
loading: string;
|
||||
retry: string;
|
||||
|
||||
Reference in New Issue
Block a user