From a7165fa47e0dee344655bfc42d919bd805860333 Mon Sep 17 00:00:00 2001 From: Thomas Feher Date: Sun, 19 Jan 2025 17:10:42 +0100 Subject: [PATCH] Fix German salutation --- lang.toml | 2 +- lib.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang.toml b/lang.toml index d9655e1..8eb4d76 100644 --- a/lang.toml +++ b/lang.toml @@ -15,7 +15,7 @@ dear = "Sehr geehrte" cover-letter = "Anschreiben" attached = "Angehängt" curriculum-vitae = "Lebenslauf" -sincerely = "Aufrichtig" +sincerely = "Mit freundlichen Grüßen" [lang.gr] resume = "Βιογραφικό" diff --git a/lib.typ b/lib.typ index 9440986..7ff1ce3 100644 --- a/lib.typ +++ b/lib.typ @@ -774,7 +774,7 @@ #text(weight: "light")[#linguify( "sincerely", from: lang_data, - )#sym.comma] \ + )#if language != "de" [#sym.comma]] \ #text(weight: "bold")[#author.firstname #author.lastname] \ \ ] ]