Skip to content

Commit

Permalink
Add translatable strings to social_facility type field (#712)
Browse files Browse the repository at this point in the history
for common values with usage > 1,000
  • Loading branch information
kjonosm committed Jan 9, 2023
1 parent 6956ddf commit a972bf2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/fields/social_facility.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"key": "social_facility",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"ambulatory_care": "Ambulatory Care",
"assisted_living": "Assisted Living",
"day_care": "Day Care",
"food_bank": "Food Bank",
"group_home": "Group Home",
"nursing_home": "Nursing Home",
"outreach": "Outreach",
"shelter": "Shelter",
"workshop": "Workshop"
}
}
}

0 comments on commit a972bf2

Please sign in to comment.