// en/merchant_card
export const merchant_card = {
  follow: 'Follow',
  unfollow: 'Unfollow',
  follow_aria: 'Follow {{name}}',
  unfollow_aria: 'Unfollow {{name}}',
  category_label: 'Category',
  city_label: 'City',
} as const;
