From 42f2d8772dbb8ac2fec7568ffc9ce2f5020a0484 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:56:04 +0200 Subject: [PATCH] Add translatable strings to social_facility:for field (#934) --- data/fields/social_facility_for.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/data/fields/social_facility_for.json b/data/fields/social_facility_for.json index 960201be5..2fa0041e7 100644 --- a/data/fields/social_facility_for.json +++ b/data/fields/social_facility_for.json @@ -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" + } + } }