mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Use semiCombo field for cuisine
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ en:
|
||||
label: Type
|
||||
cuisine:
|
||||
# cuisine=*
|
||||
label: Cuisine
|
||||
label: Cuisines
|
||||
currency_multi:
|
||||
# 'currency:=*'
|
||||
label: Currency Types
|
||||
|
||||
@@ -475,8 +475,8 @@
|
||||
},
|
||||
"cuisine": {
|
||||
"key": "cuisine",
|
||||
"type": "combo",
|
||||
"label": "Cuisine"
|
||||
"type": "semiCombo",
|
||||
"label": "Cuisines"
|
||||
},
|
||||
"currency_multi": {
|
||||
"key": "currency:",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "cuisine",
|
||||
"type": "combo",
|
||||
"label": "Cuisine"
|
||||
"type": "semiCombo",
|
||||
"label": "Cuisines"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -1047,7 +1047,7 @@
|
||||
"label": "Type"
|
||||
},
|
||||
"cuisine": {
|
||||
"label": "Cuisine"
|
||||
"label": "Cuisines"
|
||||
},
|
||||
"currency_multi": {
|
||||
"label": "Currency Types"
|
||||
|
||||
Reference in New Issue
Block a user