Add related products to detail page

This commit is contained in:
sdarbinyan
2026-07-05 01:07:53 +04:00
parent d7d73c2a10
commit b676cec4e9
7 changed files with 80 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ export const en: Translations = {
weeksAgo: 'w. ago',
colour: 'Colour',
size: 'Size',
relatedProducts: 'Related products',
},
app: {
connecting: 'Connecting to server...',

View File

@@ -188,6 +188,7 @@ export const hy: Translations = {
weeksAgo: 'շաբաթ առաջ',
colour: 'Գույն',
size: 'Չափ',
relatedProducts: 'Նման ապրանքներ',
},
app: {
connecting: 'Կապ սերվերի հետ...',

View File

@@ -188,6 +188,7 @@ export const ru: Translations = {
weeksAgo: 'нед. назад',
colour: 'Цвет',
size: 'Размер',
relatedProducts: 'Похожие товары',
},
app: {
connecting: 'Подключение к серверу...',

View File

@@ -186,6 +186,7 @@ export interface Translations {
weeksAgo: string;
colour: string;
size: string;
relatedProducts: string;
};
app: {
connecting: string;