You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{id: 'demo-cat-wines',name: 'Wine by the glass',sortOrder: 4,i18n: {it: {name: 'Vini al calice'},de: {name: 'Wein im Glas'},fr: {name: 'Vins au verre'}}},
{id: 'demo-cat-wines',name: 'Wine by the glass',sortOrder: 4,i18n: {it: {name: 'Vini al calice'},en: {name: 'Wine by the glass'},de: {name: 'Wein im Glas'},fr: {name: 'Vins au verre'}}},
76
76
];
77
77
78
78
// Categories that belong to the drinks menu (membership is many-to-many on entries; we map by category here for clarity).
@@ -90,6 +90,7 @@ const entries = [
90
90
allergens: ['Glutine'],
91
91
i18n: {
92
92
it: {name: 'Bruschetta al pomodoro',desc: 'Pane tostato, pomodorini, basilico e olio extravergine.'},
93
+
en: {name: 'Tomato bruschetta',desc: 'Toasted bread, cherry tomatoes, basil and extra virgin olive oil.'},
93
94
de: {name: 'Tomaten-Bruschetta',desc: 'Geröstetes Brot, Kirschtomaten, Basilikum und natives Olivenöl extra.'},
94
95
fr: {name: 'Bruschetta à la tomate',desc: 'Pain grillé, tomates cerises, basilic et huile d’olive extra vierge.'},
95
96
vec: {name: 'Bruscheta al pomodoro',desc: 'Pan brustolà, pomodorini, basìlego e ojo bon.'},
@@ -106,6 +107,7 @@ const entries = [
106
107
allergens: ['Frutta-a-Guscio'],
107
108
i18n: {
108
109
it: {name: 'Carpaccio di zucchine',desc: 'Zucchine marinate, limone, menta e scaglie di mandorla.'},
110
+
en: {name: 'Zucchini carpaccio',desc: 'Marinated zucchini, lemon, mint and almond flakes.'},
109
111
de: {name: 'Zucchini-Carpaccio',desc: 'Marinierte Zucchini, Zitrone, Minze und Mandelblättchen.'},
110
112
fr: {name: 'Carpaccio de courgettes',desc: 'Courgettes marinées, citron, menthe et copeaux d’amande.'},
111
113
vec: {name: 'Carpacio de suchine',desc: 'Suchine marinàe, limon, menta e mandorle a scaie.'},
@@ -122,6 +124,7 @@ const entries = [
122
124
allergens: ['Molluschi'],
123
125
i18n: {
124
126
it: {name: 'Polpo alla griglia',desc: 'Polpo croccante con crema di patate, prezzemolo e olio al limone.'},
127
+
en: {name: 'Grilled octopus',desc: 'Crispy octopus with potato cream, parsley and lemon oil.'},
125
128
de: {name: 'Gegrillter Oktopus',desc: 'Knuspriger Oktopus mit Kartoffelcreme, Petersilie und Zitronenöl.'},
126
129
fr: {name: 'Poulpe grillé',desc: 'Poulpe croustillant avec crème de pommes de terre, persil et huile au citron.'},
127
130
vec: {name: 'Folpo ai ferri',desc: 'Folpo crocante co crema de patate, persemolo e ojo al limon.'},
0 commit comments