Merge pull request #94 from ThomasFeher/fix_german_salutation
This commit is contained in:
@@ -15,7 +15,7 @@ dear = "Sehr geehrte"
|
|||||||
cover-letter = "Anschreiben"
|
cover-letter = "Anschreiben"
|
||||||
attached = "Angehängt"
|
attached = "Angehängt"
|
||||||
curriculum-vitae = "Lebenslauf"
|
curriculum-vitae = "Lebenslauf"
|
||||||
sincerely = "Aufrichtig"
|
sincerely = "Mit freundlichen Grüßen"
|
||||||
|
|
||||||
[lang.gr]
|
[lang.gr]
|
||||||
resume = "Βιογραφικό"
|
resume = "Βιογραφικό"
|
||||||
|
|||||||
2
lib.typ
2
lib.typ
@@ -774,7 +774,7 @@
|
|||||||
#text(weight: "light")[#linguify(
|
#text(weight: "light")[#linguify(
|
||||||
"sincerely",
|
"sincerely",
|
||||||
from: lang_data,
|
from: lang_data,
|
||||||
)#sym.comma] \
|
)#if language != "de" [#sym.comma]] \
|
||||||
#text(weight: "bold")[#author.firstname #author.lastname] \ \
|
#text(weight: "bold")[#author.firstname #author.lastname] \ \
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user