Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b27dbdaf2 | ||
|
|
21cdfb557b | ||
|
|
2f5ad86c6f | ||
|
|
07449e0394 | ||
|
|
9526f6a566 | ||
|
|
a7ce85d877 | ||
|
|
577ad93af7 |
12
lang.toml
12
lang.toml
@@ -7,6 +7,7 @@ dear = "Dear"
|
||||
cover-letter = "Cover Letter"
|
||||
attached = "Attached"
|
||||
curriculum-vitae = "Curriculum Vitae"
|
||||
sincerely = "Sincerely"
|
||||
|
||||
[lang.de]
|
||||
resume = "Lebenslauf"
|
||||
@@ -14,6 +15,7 @@ dear = "Sehr geehrte"
|
||||
cover-letter = "Anschreiben"
|
||||
attached = "Angehängt"
|
||||
curriculum-vitae = "Lebenslauf"
|
||||
sincerely = "Aufrichtig"
|
||||
|
||||
[lang.gr]
|
||||
resume = "Βιογραφικό"
|
||||
@@ -21,6 +23,15 @@ dear = "Αγαπητέ"
|
||||
cover-letter = "Συνοδευτική Επιστολή"
|
||||
attached = "Συνημμένο"
|
||||
curriculum-vitae = "Βιογραφικό"
|
||||
sincerely = "Με εκτίμηση"
|
||||
|
||||
[lang.pt]
|
||||
resume = "Currículo"
|
||||
dear = "Caro(a)"
|
||||
cover-letter = "Carta de Apresentação"
|
||||
attached = "Em anexo"
|
||||
curriculum-vitae = "Currículo"
|
||||
sincerely = "Atenciosamente"
|
||||
|
||||
[lang.sp]
|
||||
resume = "Currículum"
|
||||
@@ -28,3 +39,4 @@ dear = "Estimado"
|
||||
cover-letter = "Carta de Presentación"
|
||||
attached = "Adjunto"
|
||||
curriculum-vitae = "Currículum"
|
||||
sincerely = "Sinceramente"
|
||||
|
||||
4
lib.typ
4
lib.typ
@@ -150,7 +150,7 @@
|
||||
)
|
||||
|
||||
set text(
|
||||
font: ("Source Sans Pro"),
|
||||
font: ("Source Sans Pro", "Source Sans 3"),
|
||||
lang: language,
|
||||
size: 11pt,
|
||||
fill: color-darkgray,
|
||||
@@ -601,7 +601,7 @@
|
||||
let letter-conclusion = {
|
||||
align(bottom)[
|
||||
#pad(bottom: 2em)[
|
||||
#text(weight: "light")[Sincerely,] \
|
||||
#text(weight: "light")[#linguify("sincerely", from: lang_data)#sym.comma] \
|
||||
#text(weight: "bold")[#author.firstname #author.lastname] \ \
|
||||
#text(weight: "light", style: "italic")[ #linguify(
|
||||
"attached",
|
||||
|
||||
Reference in New Issue
Block a user