Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A4A > Partner Directory: Revert the industry mapping #95179

Draft
wants to merge 4 commits into
base: trunk
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,32 @@ export function useFormSelectors() {
headless_wordpress_and_woo: translate( 'Headless WordPress & Woo' ),
};

// Always sort the industries alphabetically
const availableIndustries: Record< string, string > = {
agricultural_services: translate( 'Agricultural services' ),
business_services: translate( 'Business services' ),
clothing_shops: translate( 'Clothing shops' ),
contracted_services: translate( 'Contracted services' ),
government_services: translate( 'Government services' ),
miscellaneous_shops: translate( 'Miscellaneous shops' ),
professional_services_and_membership_organisations: translate(
'Professional services and membership organisations'
),
retail_outlet_services: translate( 'Retail outlet services' ),
transportation_services: translate( 'Transportation services' ),
utility_services: translate( 'Utility services' ),
agriculture_and_farming: translate( 'Agriculture & Farming' ),
arts_and_culture: translate( 'Arts & Culture' ),
automotive_and_transportation: translate( 'Automotive & Transportation' ),
construction_and_engineering: translate( 'Construction & Engineering' ),
education_and_e_learning: translate( 'Education & E-Learning' ),
e_commerce_and_retail: translate( 'E-commerce & Retail' ),
energy_and_utilities: translate( 'Energy & Utilities' ),
entertainment_and_media: translate( 'Entertainment & Media' ),
environmental_and_sustainability: translate( 'Environmental & Sustainability' ),
events_and_conferences: translate( 'Events & Conferences' ),
fashion_and_beauty: translate( 'Fashion & Beauty' ),
finance_and_insurance: translate( 'Finance & Insurance' ),
food_and_beverage: translate( 'Food & Beverage' ),
government_and_public_services: translate( 'Government & Public Services' ),
healthcare_and_medical: translate( 'Healthcare & Medical' ),
legal_and_professional_services: translate( 'Legal & Professional Services' ),
logistics_and_supply_chain: translate( 'Logistics & Supply Chain' ),
manufacturing_and_industry: translate( 'Manufacturing & Industry' ),
marketing_and_advertising: translate( 'Marketing & Advertising' ),
nonprofits_and_ngos: translate( 'Nonprofits & NGOs' ),
real_estate_and_property: translate( 'Real Estate & Property' ),
sports_and_recreation: translate( 'Sports & Recreation' ),
technology_and_it_services: translate( 'Technology & IT Services' ),
travel_and_hospitality: translate( 'Travel & Hospitality' ),
};

const availableProducts: Record< string, string > = {
Expand Down
Loading