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

Add translatable strings to office field #761

Merged
merged 3 commits into from
Jan 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
53 changes: 52 additions & 1 deletion data/fields/office.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
{
"key": "office",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"accountant": "Accountant Office",
"adoption_agency": "Adoption Agency",
"advertising_agency": "Advertising Agency",
"architect": "Architect Office",
"association": "Nonprofit Organization Office",
"charity": "Charity Office",
"company": "Corporate Office",
"construction_company": "Construction Company Office",
"consulting": "Consultancy Office",
"courier": "Courier Office",
"coworking": "Coworking Space",
"diplomatic": "Diplomatic Office",
"educational_institution": "Educational Institution",
"employment_agency": "Employment Agency",
"energy_supplier": "Energy Supplier Office",
"engineer": "Engineering Office",
"estate_agent": "Real Estate Office",
"financial": "Financial Office",
"financial_advisor": "Financial Advisor",
"forestry": "Forestry Office",
"foundation": "Foundation Office",
"government": "Government Office",
"graphic_design": "Graphic Design Office",
"guide": "Tour Guide Office",
"insurance": "Insurance Office",
"it": "Information Technology Office",
"lawyer": "Law Office",
"logistics": "Forwarding Agency",
"moving_company": "Moving Company Office",
"newspaper": "Newspaper Office",
"ngo": "NGO Office",
"notary": "Notary Office",
"physician": "Physician",
"political_party": "Political Party Office",
"private_investigator": "Private Investigator Office",
"property_management": "Property Management Office",
"quango": "Quasi-NGO Office",
"religion": "Religious Office",
"research": "Research Office",
"security": "Security Office",
"surveyor": "Surveyor Office",
"tax_advisor": "Tax Advisor Office",
"telecommunication": "Telecom Office",
"therapist": "Therapist Office",
"travel_agent": "Travel Agency",
"union": "Labor Union Office",
"water_utility": "Water Utility Office"
}
}
}