diff --git a/website/script.js b/website/script.js index fc203fe..9640c70 100644 --- a/website/script.js +++ b/website/script.js @@ -327,6 +327,7 @@ const translations = { "Toevoegen aan winkelmandje": "Add to cart", "Bestellen": "Order", "Totaal": "Total", + "Overige": "Other", "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus.": "This sandwich contains cheese, lamb's lettuce, cucumber, tomato, egg, ham and/or chicken, and bufkes sauce.", "Doughnut brood met spek, ei en kaas": "Doughnut bread with bacon, egg, and cheese", "Een wit of bruin broodje met Gehakt, Ei, Sla en Joppiesaus": "A white or brown sandwich with minced meat, egg, lettuce, and Joppiesaus", @@ -368,6 +369,7 @@ const translations = { "Add to cart": "Toevoegen aan winkelmandje", "Order": "Bestellen", "Total": "Totaal", + "Other": "Overige", "This sandwich contains cheese, lamb's lettuce, cucumber, tomato, egg, ham and/or chicken, and bufkes sauce.": "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus.", "Doughnut bread with bacon, egg, and cheese": "Doughnut brood met spek, ei en kaas", "A white or brown sandwich with minced meat, egg, lettuce, and Joppiesaus": "Een wit of bruin broodje met Gehakt, Ei, Sla en Joppiesaus",