A few major bugs #8

Merged
Patrick merged 2 commits from dev into main 2025-10-16 01:27:51 +02:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 2b15580e3c - Show all commits

View File

@ -59,13 +59,13 @@ const TEMPLATE_EST = "template-est.tex";
const TEMPLATE_EST_PATH = `./templates/${TEMPLATE_EST}`; const TEMPLATE_EST_PATH = `./templates/${TEMPLATE_EST}`;
const SALUTATION: Record<string, string> = { const SALUTATION: Record<string, string> = {
m: "Herrn", M: "Herrn",
w: "Frau" W: "Frau"
} }
const GENDER_END: Record<string, string> = { const GENDER_END: Record<string, string> = {
m: "", M: "",
w: "in", W: "in",
} }
// this may be a race condition??? // this may be a race condition???