mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 12:17:14 +02:00
made requested changes
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ en:
|
||||
label: Type
|
||||
automated:
|
||||
# automated=*
|
||||
label: automated
|
||||
label: Automated
|
||||
baby_feeding:
|
||||
# baby_feeding=*
|
||||
label: Baby Nursing Area
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"artwork_type": {"key": "artwork_type", "type": "combo", "label": "Type"},
|
||||
"atm": {"key": "atm", "type": "check", "label": "ATM"},
|
||||
"attraction": {"key": "attraction", "type": "typeCombo", "label": "Type"},
|
||||
"automated": {"key": "automated", "type": "check", "label": "automated"},
|
||||
"automated": {"key": "automated", "type": "check", "label": "Automated"},
|
||||
"baby_feeding": {"key": "baby_feeding", "type": "combo", "label": "Baby Nursing Area", "strings": {"options": {"room": "Dedicated Room", "yes": "Marked Space", "no": "None"}}, "terms": ["baby feeding", "breastfeeding", "lactation", "mothers", "nursing"]},
|
||||
"baby_seat": {"key": "baby", "type": "check", "label": "Baby Seat"},
|
||||
"backcountry": {"key": "backcountry", "type": "check", "label": "Backcountry"},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "automated",
|
||||
"type": "check",
|
||||
"label": "automated"
|
||||
"label": "Automated"
|
||||
}
|
||||
+1
-1
@@ -1348,7 +1348,7 @@
|
||||
{"key": "artist_name", "description": "🄵 Artist"},
|
||||
{"key": "artwork_type", "description": "🄵 Type"},
|
||||
{"key": "atm", "description": "🄵 ATM"},
|
||||
{"key": "automated", "description": "🄵 automated"},
|
||||
{"key": "automated", "description": "🄵 Automated"},
|
||||
{"key": "baby_feeding", "value": "room", "description": "🄵 Baby Nursing Area"},
|
||||
{"key": "baby_feeding", "value": "yes", "description": "🄵 Baby Nursing Area"},
|
||||
{"key": "baby_feeding", "value": "no", "description": "🄵 Baby Nursing Area"},
|
||||
|
||||
Vendored
+1
-1
@@ -2819,7 +2819,7 @@
|
||||
"label": "Type"
|
||||
},
|
||||
"automated": {
|
||||
"label": "automated"
|
||||
"label": "Automated"
|
||||
},
|
||||
"baby_feeding": {
|
||||
"label": "Baby Nursing Area",
|
||||
|
||||
Reference in New Issue
Block a user