Skip to content

Commit

Permalink
Add translatable strings to social_facility:for field (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Jun 30, 2023
1 parent e809db1 commit 42f2d87
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion data/fields/social_facility_for.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
{
"key": "social_facility:for",
"type": "combo",
"label": "People Served"
"label": "People Served",
"strings": {
"options": {
"abused": "Abuse victims",
"child": "Children",
"dementia": "People suffering from dementia",
"disabled": "People with disabilities",
"diseased": "People suffering from a disease",
"displaced": "People displaced by disasters or conflicts",
"drug_addicted": "Drug addicted",
"homeless": "Homeless",
"juvenile": "Juveniles",
"mental_health": "People with mental health problems",
"migrant": "Migrants",
"orphan": "Orphans",
"refugee": "Refugees",
"senior": "Elderly",
"terminally_ill": "People with a terminal illness",
"underprivileged": "Underprivileged people",
"unemployed": "People without a job",
"veteran": "Veterans",
"victim": "Victims of crime",
"woman": "Women"
}
}
}

0 comments on commit 42f2d87

Please sign in to comment.