diff --git a/resources/cs-CZ/ovlach_pdf b/resources/cs-CZ/ovlach_pdf index 56d51fe..1d7c1c5 100644 --- a/resources/cs-CZ/ovlach_pdf +++ b/resources/cs-CZ/ovlach_pdf @@ -28,3 +28,4 @@ operating-systems = operační systémy skills-frameworks = Frameworky skills-databases = Databáze work-freelance = Externí práce +years = let diff --git a/resources/en-US/ovlach_pdf b/resources/en-US/ovlach_pdf index 5bf1217..710c3e4 100644 --- a/resources/en-US/ovlach_pdf +++ b/resources/en-US/ovlach_pdf @@ -28,3 +28,4 @@ operating-systems = operating systems skills-frameworks = Frameworks skills-databases = Databases work-freelance = Freelance jobs +years = years diff --git a/templates/two_column.html.tera b/templates/two_column.html.tera index 3321e54..4293e16 100644 --- a/templates/two_column.html.tera +++ b/templates/two_column.html.tera @@ -148,6 +148,8 @@ {% endif %}
{{ "about-me" | translate(lang=lang) }}
+
{{ "age" | translate(lang=lang) }}: {{ cv.person.birthday | calculate_age }} {{ "years" | translate(lang=lang) }}
+
{{ cv.person.about | lang_entity(lang=lang) }}