Files
iD/data/presets/fields/pump.json
Quincy Morgan 2476805a52 Add translatable options for pump field
Deprecate various `pump` values
2020-01-07 15:07:12 -05:00

14 lines
259 B
JSON

{
"key": "pump",
"type": "combo",
"label": "Pump",
"strings": {
"options": {
"yes": "Yes",
"manual": "Manual Hand Pump",
"powered": "Machine-Powered Pump",
"no": "None"
}
}
}