Skip to content

Commit

Permalink
Merge pull request #4363 from willemarcel/preset-terms
Browse files Browse the repository at this point in the history
small fixes in healthcare presets terms
  • Loading branch information
bhousel authored Sep 20, 2017
2 parents eb2cd14 + a5d491b commit d9b3b7b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ en:
healthcare/alternative:
# healthcare=alternative
name: Alternative Medicine
# 'terms: acupuncture,anthroposophical,applied_kinesiology,aromatherapy,ayurveda,heabalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani'
# 'terms: acupuncture,anthroposophical,applied kinesiology,aromatherapy,ayurveda,herbalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani'
terms: '<translate with synonyms or related terms for ''Alternative Medicine'', separated by commas>'
healthcare/alternative/chiropractic:
# 'healthcare=alternative, healthcare:speciality=chiropractic'
Expand Down Expand Up @@ -2836,7 +2836,7 @@ en:
healthcare/podiatrist:
# healthcare=podiatrist
name: Podiatrist
# 'terms: foot,feet'
# 'terms: foot,feet,nails'
terms: '<translate with synonyms or related terms for ''Podiatrist'', separated by commas>'
healthcare/psychotherapist:
# healthcare=psychotherapist
Expand Down
7 changes: 4 additions & 3 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6264,10 +6264,10 @@
"terms": [
"acupuncture",
"anthroposophical",
"applied_kinesiology",
"applied kinesiology",
"aromatherapy",
"ayurveda",
"heabalism",
"herbalism",
"homeopathy",
"hydrotherapy",
"hypnosis",
Expand Down Expand Up @@ -6529,7 +6529,8 @@
],
"terms": [
"foot",
"feet"
"feet",
"nails"
],
"tags": {
"healthcare": "podiatrist"
Expand Down
4 changes: 2 additions & 2 deletions data/presets/presets/healthcare/alternative.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"terms": [
"acupuncture",
"anthroposophical",
"applied_kinesiology",
"applied kinesiology",
"aromatherapy",
"ayurveda",
"heabalism",
"herbalism",
"homeopathy",
"hydrotherapy",
"hypnosis",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/presets/healthcare/podiatrist.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"terms": [
"foot",
"feet"
"feet",
"nails"
],
"tags": {
"healthcare": "podiatrist"
Expand Down
4 changes: 2 additions & 2 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@
},
"healthcare/alternative": {
"name": "Alternative Medicine",
"terms": "acupuncture,anthroposophical,applied_kinesiology,aromatherapy,ayurveda,heabalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani"
"terms": "acupuncture,anthroposophical,applied kinesiology,aromatherapy,ayurveda,herbalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani"
},
"healthcare/alternative/chiropractic": {
"name": "Chiropractor",
Expand Down Expand Up @@ -3578,7 +3578,7 @@
},
"healthcare/podiatrist": {
"name": "Podiatrist",
"terms": "foot,feet"
"terms": "foot,feet,nails"
},
"healthcare/psychotherapist": {
"name": "Psychotherapist",
Expand Down

0 comments on commit d9b3b7b

Please sign in to comment.