mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
fix feminine_hygiene terms
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user