Skip to content

Commit 8b27dbd

Browse files
committed
fix: add sincerely to lang.toml
Added "Sincerely" in the coverletter to the list of translated words. Fixes #27
1 parent 21cdfb5 commit 8b27dbd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lang.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,36 @@ dear = "Dear"
77
cover-letter = "Cover Letter"
88
attached = "Attached"
99
curriculum-vitae = "Curriculum Vitae"
10+
sincerely = "Sincerely"
1011

1112
[lang.de]
1213
resume = "Lebenslauf"
1314
dear = "Sehr geehrte"
1415
cover-letter = "Anschreiben"
1516
attached = "Angehängt"
1617
curriculum-vitae = "Lebenslauf"
18+
sincerely = "Aufrichtig"
1719

1820
[lang.gr]
1921
resume = "Βιογραφικό"
2022
dear = "Αγαπητέ"
2123
cover-letter = "Συνοδευτική Επιστολή"
2224
attached = "Συνημμένο"
2325
curriculum-vitae = "Βιογραφικό"
26+
sincerely = "Με εκτίμηση"
2427

2528
[lang.pt]
2629
resume = "Currículo"
2730
dear = "Caro(a)"
2831
cover-letter = "Carta de Apresentação"
2932
attached = "Em anexo"
3033
curriculum-vitae = "Currículo"
34+
sincerely = "Atenciosamente"
3135

3236
[lang.sp]
3337
resume = "Currículum"
3438
dear = "Estimado"
3539
cover-letter = "Carta de Presentación"
3640
attached = "Adjunto"
3741
curriculum-vitae = "Currículum"
42+
sincerely = "Sinceramente"

lib.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
let letter-conclusion = {
602602
align(bottom)[
603603
#pad(bottom: 2em)[
604-
#text(weight: "light")[Sincerely,] \
604+
#text(weight: "light")[#linguify("sincerely", from: lang_data)#sym.comma] \
605605
#text(weight: "bold")[#author.firstname #author.lastname] \ \
606606
#text(weight: "light", style: "italic")[ #linguify(
607607
"attached",

0 commit comments

Comments
 (0)