Skip to content

Commit

Permalink
change category carousel render translation
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzarko committed Apr 9, 2024
1 parent c8d7d71 commit e18c642
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions src/i18n/UI/English.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,22 +348,14 @@ export const English = {

productCategoryInfo:{
categories: [
// { name: 'Gardening', description: 'Get help with your garden and landscaping.', ariaLabel: "Gardening", id: "1" },
{ name: 'Construction', description: 'New Construction, Additions, or Repair Services', ariaLabel: "Construction", id: "3" },
{ name: 'Beauty', description: 'Salons, Barbers, and other personal care.', ariaLabel: "Beauty", id: "2" },
{ name: 'Automotive', description: 'Automotive Services', ariaLabel: "Automotive", id: "5" },
{ name: 'Computer', description: 'Computer Repair and Services', ariaLabel: "Computer", id: "4" },
{ name: 'Creative', description: 'Creative Services', ariaLabel: "Creative", id: "6" },
{ name: 'Financial', description: 'Financial Services', ariaLabel: "Financial", id: "7" },
// { name: 'Cleaning', description: 'Cleaning Services', ariaLabel: "Cleaning", id: "8" },
{ name: 'Pets', description: 'Pet Services', ariaLabel: "Pets", id: "9" },
{ name: 'Legal', description: 'Legal Services', ariaLabel: "Legal", id: "10" },
{ name: 'Health', description: 'Health Services', ariaLabel: "Health", id: "11" },
{ name: 'Labor', description: 'Labor Services', ariaLabel: "Labor", id: "12" },
{ name: 'Travel', description: 'Travel Services', ariaLabel: "Travel", id: "13" },
{ name: 'Education', description: 'Teaching, Tutoring, Training, and Other Education Services', ariaLabel: "Education", id: "14" },
{ name: 'Food & Drink', description: 'Food Services', ariaLabel: "Food & Drink", id: "15" },
{ name: 'Home & Office', description: 'Services for the Home and Office - Cleaning, Gardening, Pest Control, and more', ariaLabel: "Home & Office", id: "16" },
{ name: 'Geography', description: 'Geography description', ariaLabel: "Gardening", id: "1" },
{ name: 'History', description: 'History description.', ariaLabel: "History", id: "2" },
{ name: 'Art & Music', description: 'Geography description', ariaLabel: "Art & Music", id: "3" },
{ name: 'Holiday', description: 'Holiday description', ariaLabel: "Holiday", id: "4" },
{ name: 'Math', description: 'Math description', ariaLabel: "Math", id: "5" },
{ name: 'Science', description: 'Science Description', ariaLabel: "Science", id: "6" },
{ name: 'Social Studies', description: 'Social Studies Description', ariaLabel: "Social Studies", id: "7" },
{ name: 'Specialty', description: 'Specialty description', ariaLabel: "Specialty", id: "8" },
// Add more products as needed
]
},
Expand Down

0 comments on commit e18c642

Please sign in to comment.