Skip to content

Commit

Permalink
add terms and alias to psychotherapy related presets
Browse files Browse the repository at this point in the history
closes #877
  • Loading branch information
tyrasd committed Apr 26, 2023
1 parent 81bd73f commit 686d844
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion data/presets/amenity/doctors/psychiatrist.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"area"
],
"terms": [
"psychiatry"
"psychiatry",
"psychology",
"psychotherapy"
],
"tags": {
"amenity": "doctors",
Expand Down
7 changes: 6 additions & 1 deletion data/presets/healthcare/psychotherapist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@
"depression",
"mental health",
"mind",
"psychology",
"psychotherapy",
"suicide",
"therapist",
"therapy"
],
"tags": {
"healthcare": "psychotherapist"
},
"name": "Psychotherapist"
"name": "Psychotherapist",
"aliases": [
"Clinical Psychologist"
]
}
6 changes: 3 additions & 3 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6055,7 +6055,7 @@ en:
amenity/doctors/psychiatrist:
# amenity=doctors + healthcare:speciality=psychiatry | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Psychiatrist
# 'terms: psychiatry'
# 'terms: psychiatry,psychology,psychotherapy'
terms: <translate with synonyms or related terms for 'Psychiatrist', separated by commas>
amenity/doctors/pulmonology:
# amenity=doctors + healthcare:speciality=pulmonology | Pneumologist, Respiratory Physician, Respirologist | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
Expand Down Expand Up @@ -8252,9 +8252,9 @@ en:
# 'terms: foot,feet,nails'
terms: <translate with synonyms or related terms for 'Podiatrist', separated by commas>
healthcare/psychotherapist:
# healthcare=psychotherapist | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
# healthcare=psychotherapist | Clinical Psychologist | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Psychotherapist
# 'terms: anxiety,counselor,depression,mental health,mind,suicide,therapist,therapy'
# 'terms: anxiety,counselor,depression,mental health,mind,psychology,psychotherapy,suicide,therapist,therapy'
terms: <translate with synonyms or related terms for 'Psychotherapist', separated by commas>
healthcare/rehabilitation:
# healthcare=rehabilitation | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
Expand Down

0 comments on commit 686d844

Please sign in to comment.