feat:restaurants by category page done
This commit is contained in:
@@ -82,9 +82,34 @@
|
||||
"popular": "Most popular",
|
||||
"topRated": "Top rated",
|
||||
"fast": "Fast",
|
||||
"delivery": "Delivery"
|
||||
|
||||
|
||||
|
||||
"delivery": "Delivery",
|
||||
"featuredStores": "Featured stores",
|
||||
"fromUberEats": "From {name}",
|
||||
"@fromUberEats":{
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opensAt": "Opens at {time}",
|
||||
"@opensAt": {
|
||||
"placeholders":{
|
||||
"time": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"spendAndSave": "Spend {spend}, save {save}",
|
||||
"@spendAndSave": {
|
||||
"placeholders":{
|
||||
"spend": {
|
||||
"type": "String"
|
||||
},
|
||||
"save": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user