From 8cb3d3c4eb6cf1c9a1af6ff04288c749d334043d Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 11 Apr 2026 10:14:32 +0200 Subject: [PATCH] fix: sync runtime shopping catalog with source catalog shoppingCatalog.json was missing all 22 new entries (11 icons with aliases) added to catalog.json, so new icons like stroh80 were never matched at runtime. Co-Authored-By: Claude Opus 4.6 --- src/lib/data/shoppingCatalog.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/lib/data/shoppingCatalog.json b/src/lib/data/shoppingCatalog.json index cba8917..81449d9 100644 --- a/src/lib/data/shoppingCatalog.json +++ b/src/lib/data/shoppingCatalog.json @@ -397,5 +397,25 @@ "räucherlachs": "raeucherlachs", "tortilla wraps": "tortilla_wraps", "wraps": "tortilla_wraps", - "tortillas": "tortilla_wraps" + "tortillas": "tortilla_wraps", + "glasnudeln": "glasnudeln", + "cellophane nudeln": "glasnudeln", + "grünkohl": "gruenkohl", + "kale": "gruenkohl", + "kokosnuss": "kokosnuss", + "kokos": "kokosnuss", + "lychee": "lychee", + "litchi": "lychee", + "mangold": "mangold", + "pak choi": "pakchoi", + "bok choy": "pakchoi", + "pastinaken": "pastinaken", + "reisnudeln": "reisnudeln", + "rice noodles": "reisnudeln", + "rettich": "rettich", + "daikon": "rettich", + "stroh 80": "stroh80", + "stroh rum": "stroh80", + "topinambur": "topinambur", + "jerusalem artichoke": "topinambur" } \ No newline at end of file