From 8e22fd03693cac4806baf528ea431c3b4e593507 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Thu, 24 Oct 2024 18:03:12 +0200 Subject: [PATCH] feat: use multi-language data for PDF title --- lib.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.typ b/lib.typ index 3aa5de5..0d13bc8 100644 --- a/lib.typ +++ b/lib.typ @@ -208,7 +208,7 @@ set document( author: author.firstname + " " + author.lastname, - title: "resume", + title: linguify("resume", from: lang_data), ) set text( @@ -552,7 +552,7 @@ set document( author: author.firstname + " " + author.lastname, - title: "cover-letter", + title: linguify("cover-letter", from: lang_data), ) set text(