Add related products to detail page
This commit is contained in:
@@ -188,6 +188,7 @@ export const en: Translations = {
|
||||
weeksAgo: 'w. ago',
|
||||
colour: 'Colour',
|
||||
size: 'Size',
|
||||
relatedProducts: 'Related products',
|
||||
},
|
||||
app: {
|
||||
connecting: 'Connecting to server...',
|
||||
|
||||
@@ -188,6 +188,7 @@ export const hy: Translations = {
|
||||
weeksAgo: 'շաբաթ առաջ',
|
||||
colour: 'Գույն',
|
||||
size: 'Չափ',
|
||||
relatedProducts: 'Նման ապրանքներ',
|
||||
},
|
||||
app: {
|
||||
connecting: 'Կապ սերվերի հետ...',
|
||||
|
||||
@@ -188,6 +188,7 @@ export const ru: Translations = {
|
||||
weeksAgo: 'нед. назад',
|
||||
colour: 'Цвет',
|
||||
size: 'Размер',
|
||||
relatedProducts: 'Похожие товары',
|
||||
},
|
||||
app: {
|
||||
connecting: 'Подключение к серверу...',
|
||||
|
||||
@@ -186,6 +186,7 @@ export interface Translations {
|
||||
weeksAgo: string;
|
||||
colour: string;
|
||||
size: string;
|
||||
relatedProducts: string;
|
||||
};
|
||||
app: {
|
||||
connecting: string;
|
||||
|
||||
Reference in New Issue
Block a user