create products page
This commit is contained in:
@@ -51,6 +51,14 @@ const en = {
|
||||
com_home_story_projects_count: 'Completed Projects',
|
||||
com_home_story_customer_count: 'Happy Customers',
|
||||
com_home_story_experience: 'Years of Experience',
|
||||
|
||||
// Products Page Components
|
||||
com_products_category_Ghazaghi_title: 'Ghazaghi',
|
||||
com_products_category_Ghermez_title: 'Ghermez',
|
||||
com_products_category_Semirom_title: 'Semirom',
|
||||
com_products_category_Zard_title: 'Zard',
|
||||
com_products_category_types_count: ({ count }: { count: number }) =>
|
||||
`${count} Types`,
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
||||
Reference in New Issue
Block a user