mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Merge branch 'recycling_type' of https://github.com/ebrelsford/iD into ebrelsford-recycling_type
This commit is contained in:
@@ -739,6 +739,9 @@ en:
|
||||
recycling/paper:
|
||||
# 'recycling:paper=*'
|
||||
label: Accepts Paper
|
||||
recycling/type:
|
||||
# 'recycling_type=*'
|
||||
label: Recycling Type
|
||||
ref:
|
||||
# 'ref=*'
|
||||
label: Reference
|
||||
|
||||
@@ -944,6 +944,11 @@
|
||||
"type": "check",
|
||||
"label": "Accepts Paper"
|
||||
},
|
||||
"recycling/type": {
|
||||
"key": "recycling_type",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type"
|
||||
},
|
||||
"ref": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
|
||||
5
data/presets/fields/recycling/type.json
Normal file
5
data/presets/fields/recycling/type.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "recycling_type",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type"
|
||||
}
|
||||
@@ -1482,6 +1482,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"recycling/type",
|
||||
"recycling/cans",
|
||||
"recycling/glass",
|
||||
"recycling/paper",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"recycling/type",
|
||||
"recycling/cans",
|
||||
"recycling/glass",
|
||||
"recycling/paper",
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1199,6 +1199,9 @@
|
||||
"recycling/paper": {
|
||||
"label": "Accepts Paper"
|
||||
},
|
||||
"recycling/type": {
|
||||
"label": "Recycling Type"
|
||||
},
|
||||
"ref": {
|
||||
"label": "Reference"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user