make search component bilingual
All checks were successful
CI / update (push) Successful in 12s

This commit is contained in:
2025-12-26 21:47:34 +01:00
parent 715f86d26d
commit 3215c87fad
11 changed files with 29 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
let month : number;
export let active_index;
export let routePrefix = '/rezepte';
export let lang = 'de';
</script>
<style>
@@ -42,7 +43,7 @@ a.month:hover,
{/each}
</div>
<section>
<Search season={active_index + 1}></Search>
<Search season={active_index + 1} {lang}></Search>
</section>
<section>
<slot name=recipes></slot>