Skip to content

Commit

Permalink
Merge pull request #4333 from willemarcel/fix-feminine-hygiene
Browse files Browse the repository at this point in the history
fix feminine_hygiene terms
  • Loading branch information
bhousel authored Sep 9, 2017
2 parents 1c9719d + f2de938 commit 9750fa4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ en:
amenity/vending_machine/feminine_hygiene:
# 'amenity=vending_machine, vending=feminine_hygiene'
name: Feminine Hygiene Vending Machine
# 'terms: condom, tampon, pad, woman, women, menstrual hygiene products, personal care'
# 'terms: condom,tampon,pad,woman,women,menstrual hygiene products,personal care'
terms: '<translate with synonyms or related terms for ''Feminine Hygiene Vending Machine'', separated by commas>'
amenity/vending_machine/news_papers:
# 'amenity=vending_machine, vending=news_papers'
Expand Down
8 changes: 7 additions & 1 deletion data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,13 @@
"point"
],
"terms": [
"condom, tampon, pad, woman, women, menstrual hygiene products, personal care"
"condom",
"tampon",
"pad",
"woman",
"women",
"menstrual hygiene products",
"personal care"
],
"tags": {
"amenity": "vending_machine",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"point"
],
"terms": [
"condom, tampon, pad, woman, women, menstrual hygiene products, personal care"
"condom",
"tampon",
"pad",
"woman",
"women",
"menstrual hygiene products",
"personal care"
],
"tags": {
"amenity": "vending_machine",
Expand Down
2 changes: 1 addition & 1 deletion dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@
},
"amenity/vending_machine/feminine_hygiene": {
"name": "Feminine Hygiene Vending Machine",
"terms": "condom, tampon, pad, woman, women, menstrual hygiene products, personal care"
"terms": "condom,tampon,pad,woman,women,menstrual hygiene products,personal care"
},
"amenity/vending_machine/newspapers": {
"name": "Newspaper Vending Machine",
Expand Down

0 comments on commit 9750fa4

Please sign in to comment.