ci: trigga på master + formatfix inför Gitea Actions
CI / Typecheck, test & build (push) Failing after 2s

This commit is contained in:
Sven (AAMOS AI)
2026-08-13 17:25:14 +07:00
parent 61d60931ad
commit c32a7e33c7
141 changed files with 40555 additions and 45210 deletions
@@ -1,8 +1,4 @@
import type {
ProvenanceEntry,
RecommendationCandidate,
RecommendationContext,
} from "./types.js";
import type { ProvenanceEntry, RecommendationCandidate, RecommendationContext } from "./types.js";
import { renderProvenance } from "./provenance-templates.js";
import type { LanguageTag } from "./provenance-templates.js";
@@ -182,7 +178,8 @@ const WHY_TEMPLATES: Record<LanguageTag, WhyTemplates> = {
nl: {
coverage100: "Jullie hebben alle ingrediënten thuis.",
coveragePct: "Jullie hebben {{pct}} % van de ingrediënten thuis.",
coverageLow: "Jullie hebben {{pct}} % van de ingrediënten; de rest komt op het boodschappenlijstje.",
coverageLow:
"Jullie hebben {{pct}} % van de ingrediënten; de rest komt op het boodschappenlijstje.",
expiringToday: "{{ingredient}} moet vandaag gebruikt worden.",
expiringTomorrow: "{{ingredient}} moet uiterlijk morgen gebruikt worden.",
expiringDays: "{{ingredient}} moet binnen {{days}} dagen gebruikt worden.",