forked from MapComplete/MapComplete
Enable allow delete, fix translation in firepit theme
This commit is contained in:
parent
2dbb657a9f
commit
3a2addbddc
5 changed files with 11 additions and 8 deletions
|
@ -169,5 +169,6 @@
|
|||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
},
|
||||
"deletion": true
|
||||
}
|
||||
|
|
|
@ -121,5 +121,7 @@
|
|||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
},
|
||||
"deletion": true
|
||||
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"id": "fireplace",
|
||||
"title": {
|
||||
"en": "Fireplaces and BBQ",
|
||||
"en": "Fireplaces and barbeques",
|
||||
"de": "Feuerstellen und Grillstellen"
|
||||
},
|
||||
"description": {
|
||||
"en": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
"de": "Outdoor place to make a fire or a fixed barbecue in an official place."
|
||||
"de": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
"en": "Outdoor place to make a fire or a fixed barbecue in an official place."
|
||||
},
|
||||
"icon": "./assets/layers/assembly_point/fire.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -781,7 +781,7 @@
|
|||
"title": "Fassadengärten"
|
||||
},
|
||||
"fireplace": {
|
||||
"description": "Outdoor place to make a fire or a fixed barbecue in an official place.",
|
||||
"description": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
"title": "Feuerstellen und Grillstellen"
|
||||
},
|
||||
"food": {
|
||||
|
|
|
@ -781,8 +781,8 @@
|
|||
"title": "Facade gardens"
|
||||
},
|
||||
"fireplace": {
|
||||
"description": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
"title": "Fireplaces and BBQ"
|
||||
"description": "Outdoor place to make a fire or a fixed barbecue in an official place.",
|
||||
"title": "Fireplaces and barbeques"
|
||||
},
|
||||
"food": {
|
||||
"description": "Restaurants and fast food",
|
||||
|
|
Loading…
Reference in a new issue