mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 09:19:25 +02:00
make clean to remove old chaintool field
This commit is contained in:
@@ -468,12 +468,6 @@ en:
|
||||
undefined: Assumed to be No
|
||||
"yes": "Yes"
|
||||
"no": "No"
|
||||
service/bicycle/chaintool:
|
||||
label: Chain Tool
|
||||
options:
|
||||
undefined: Assumed to be No
|
||||
"yes": "Yes"
|
||||
"no": "No"
|
||||
service/bicycle/pump:
|
||||
label: Air Pump
|
||||
options:
|
||||
|
||||
@@ -954,18 +954,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"service/bicycle/chaintool": {
|
||||
"key": "service:bicycle:chain_tool",
|
||||
"type": "check",
|
||||
"label": "Chain Tool",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service/bicycle/pump": {
|
||||
"key": "service:bicycle:pump",
|
||||
"type": "check",
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -1144,14 +1144,6 @@
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"service/bicycle/chaintool": {
|
||||
"label": "Chain Tool",
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"service/bicycle/pump": {
|
||||
"label": "Air Pump",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user