mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
npm run build
This commit is contained in:
@@ -1971,6 +1971,11 @@ en:
|
||||
# amenity=motorcycle_parking
|
||||
name: Motorcycle Parking
|
||||
terms: '<translate with synonyms or related terms for ''Motorcycle Parking'', separated by commas>'
|
||||
amenity/music_school:
|
||||
# amenity=music_school
|
||||
name: Music School
|
||||
# 'terms: school of music'
|
||||
terms: '<translate with synonyms or related terms for ''Music School'', separated by commas>'
|
||||
amenity/nightclub:
|
||||
# amenity=nightclub
|
||||
name: Nightclub
|
||||
|
||||
@@ -1885,6 +1885,25 @@
|
||||
},
|
||||
"name": "Motorcycle Parking"
|
||||
},
|
||||
"amenity/music_school": {
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"school of music"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "music_school"
|
||||
},
|
||||
"name": "Music School"
|
||||
},
|
||||
"amenity/nightclub": {
|
||||
"icon": "bar",
|
||||
"fields": [
|
||||
|
||||
@@ -367,6 +367,10 @@
|
||||
"key": "amenity",
|
||||
"value": "motorcycle_parking"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "music_school"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "nightclub"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -2800,6 +2800,10 @@
|
||||
"name": "Motorcycle Parking",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/music_school": {
|
||||
"name": "Music School",
|
||||
"terms": "school of music"
|
||||
},
|
||||
"amenity/nightclub": {
|
||||
"name": "Nightclub",
|
||||
"terms": "disco*,night club,dancing,dance club"
|
||||
|
||||
Reference in New Issue
Block a user