ci: trigga på master + formatfix inför Gitea Actions
CI / Typecheck, test & build (push) Failing after 2s
CI / Typecheck, test & build (push) Failing after 2s
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user