Skip to content

Commit f9e0e2b

Browse files
authored
Add translatable strings to healthcare field (#935)
1 parent 2a7faa9 commit f9e0e2b

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

data/fields/healthcare.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
{
22
"key": "healthcare",
33
"type": "typeCombo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"alternative": "Alternative Medicine",
8+
"audiologist": "Audiologist",
9+
"birthing_centre": "Birthing Center",
10+
"blood_bank": "Blood Bank",
11+
"blood_donation": "Blood Donation Center",
12+
"clinic": "Clinic",
13+
"community_health_worker": "Community Health Worker",
14+
"counselling": "Counselling Center",
15+
"dentist": "Dentist",
16+
"dialysis": "Dialysis Center",
17+
"doctor": "Doctor",
18+
"hospice": "Hospice",
19+
"hospital": "Hospital",
20+
"laboratory": "Medical Laboratory",
21+
"midwife": "Midwife",
22+
"nurse": "Nurse",
23+
"occupational_therapist": "Occupational Therapist",
24+
"optometrist": "Optometrist",
25+
"pharmacy": "Pharmacy",
26+
"physiotherapist": "Physiotherapist",
27+
"podiatrist": "Podiatrist",
28+
"psychotherapist": "Psychotherapist",
29+
"rehabilitation": "Rehabilitation Facility",
30+
"sample_collection": "Sample Collection Facility",
31+
"speech_therapist": "Speech Therapist",
32+
"vaccination_centre": "Vaccination Center"
33+
}
34+
}
535
}

0 commit comments

Comments
 (0)