{#await birthdays} {:then resolved} {#if resolved.allSourcesFailed} {:else}
{#each Array.from({ length: 12 }, (_, i) => i + 1) as month} {new Date(0, month - 1).toLocaleString('default', { month: 'long' })} {/each} {#each Array.from({ length: new Date(2024, month, 0).getDate() }, (_, i) => i + 1) as day} {day} {/each}