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] \ \ ] ]