mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Rename "Allotments" to "Community Garden"
This commit is contained in:
+3
-2
@@ -2267,8 +2267,9 @@ en:
|
||||
terms: "<translate with synonyms or related terms for 'Land Use', separated by commas>"
|
||||
landuse/allotments:
|
||||
# landuse=allotments
|
||||
name: Allotments
|
||||
terms: "<translate with synonyms or related terms for 'Allotments', separated by commas>"
|
||||
name: Community Garden
|
||||
# 'terms: allotment,garden'
|
||||
terms: "<translate with synonyms or related terms for 'Community Garden', separated by commas>"
|
||||
landuse/basin:
|
||||
# landuse=basin
|
||||
name: Basin
|
||||
|
||||
@@ -4812,8 +4812,11 @@
|
||||
"tags": {
|
||||
"landuse": "allotments"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Allotments"
|
||||
"terms": [
|
||||
"allotment",
|
||||
"garden"
|
||||
],
|
||||
"name": "Community Garden"
|
||||
},
|
||||
"landuse/basin": {
|
||||
"geometry": [
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
"tags": {
|
||||
"landuse": "allotments"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Allotments"
|
||||
"terms": [
|
||||
"allotment",
|
||||
"garden"
|
||||
],
|
||||
"name": "Community Garden"
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -2556,8 +2556,8 @@
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/allotments": {
|
||||
"name": "Allotments",
|
||||
"terms": ""
|
||||
"name": "Community Garden",
|
||||
"terms": "allotment,garden"
|
||||
},
|
||||
"landuse/basin": {
|
||||
"name": "Basin",
|
||||
|
||||
Reference in New Issue
Block a user