mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Add translatable strings to social_facility type field (#712)
for common values with usage > 1,000
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user