Merge branch 'openstreetmap:main' into temp

This commit is contained in:
Win Olario 2023-07-01 13:07:00 +08:00 committed by GitHub
commit 7a6d986b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 66 additions and 1 deletions

View file

@ -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"
}
}
}