Skip to content

Commit a972bf2

Browse files
authored
Add translatable strings to social_facility type field (#712)
for common values with usage > 1,000
1 parent 6956ddf commit a972bf2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

data/fields/social_facility.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"key": "social_facility",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"ambulatory_care": "Ambulatory Care",
8+
"assisted_living": "Assisted Living",
9+
"day_care": "Day Care",
10+
"food_bank": "Food Bank",
11+
"group_home": "Group Home",
12+
"nursing_home": "Nursing Home",
13+
"outreach": "Outreach",
14+
"shelter": "Shelter",
15+
"workshop": "Workshop"
16+
}
17+
}
518
}

0 commit comments

Comments
 (0)