Add cuisine field translations

This commit is contained in:
Quincy Morgan 2020-12-09 11:30:17 -05:00
parent 4540bc2650
commit 7b9e3aac22
2 changed files with 71 additions and 0 deletions

View file

@ -2,6 +2,32 @@
"key": "cuisine",
"type": "semiCombo",
"label": "Cuisines",
"strings": {
"options": {
"pizza": "Pizza",
"burger": "Burger",
"regional": "Regional",
"coffee_shop": "Coffee Shop",
"italian": "Italian",
"chinese": "Chinese",
"sandwich": "Sandwich",
"japanese": "Japanese",
"mexican": "Mexican",
"kebab": "Kebab",
"indian": "Indian",
"chicken": "Chicken",
"asian": "Asian",
"french": "French",
"thai": "Thai",
"american": "American",
"sushi": "Sushi",
"ice_cream": "Ice Cream",
"german": "German",
"greek": "Greek",
"vietnamese": "Vietnamese",
"turkish": "Turkish"
}
},
"terms": [
"fare",
"food types"