Skip to content

Commit

Permalink
fix: add sincerely to lang.toml
Browse files Browse the repository at this point in the history
Added "Sincerely" in the coverletter to the list of translated words. Fixes #27
  • Loading branch information
DeveloperPaul123 committed May 14, 2024
1 parent 21cdfb5 commit 8b27dbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lang.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,36 @@ dear = "Dear"
cover-letter = "Cover Letter"
attached = "Attached"
curriculum-vitae = "Curriculum Vitae"
sincerely = "Sincerely"

[lang.de]
resume = "Lebenslauf"
dear = "Sehr geehrte"
cover-letter = "Anschreiben"
attached = "Angehängt"
curriculum-vitae = "Lebenslauf"
sincerely = "Aufrichtig"

[lang.gr]
resume = "Βιογραφικό"
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"
dear = "Estimado"
cover-letter = "Carta de Presentación"
attached = "Adjunto"
curriculum-vitae = "Currículum"
sincerely = "Sinceramente"
2 changes: 1 addition & 1 deletion lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b27dbd

Please sign in to comment.