Support nested marketplace categories

This commit is contained in:
sdarbinyan
2026-07-05 01:09:55 +04:00
parent b676cec4e9
commit 3974eefbfe
7 changed files with 109 additions and 5 deletions

View File

@@ -148,6 +148,9 @@ export interface Translations {
emptyDesc: string;
goHome: string;
itemsInCategory: string;
childrenCount: string;
productsCount: string;
includesProducts: string;
};
itemDetail: {
loading: string;