[i18n/css] education section

This commit is contained in:
max/sooulix 2024-08-15 04:43:59 +02:00
parent b3be3412f1
commit 27d71f8c51
6 changed files with 32 additions and 22 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-15 04:11+0200\n"
"POT-Creation-Date: 2024-08-15 04:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -32,6 +32,10 @@ msgstr ""
msgid "resume education title"
msgstr ""
#: templates/partials/education.html:39
msgid "education validation year"
msgstr ""
#: templates/partials/interests.html:5
msgid "resume interest title"
msgstr ""
@ -100,7 +104,7 @@ msgstr ""
msgid "resume work title"
msgstr ""
#: templates/translations.html:3
#: templates/translations.html:4
msgid "Translations"
msgstr ""

View File

@ -23,33 +23,31 @@
{{ education_item.studyType }}
</div>
{% endif %}
</div>
<div class="date">
{% if education_item.endDate %}
<span class="pr-1 text-stone-500">
{% trans %}education validation year{% endtrans %}
</span>
<span class="endDate text-neutral-300">
{{ utils.format_date_year(education_item.endDate) }}
</span>
{% endif %}
</div>
<div class="location">
{% if education_item.area %}
<div class="area">
{{ education_item.area }}
</div>
{% endif %}
{% if education_item.institution %}
<i class="fas fa-school mr-1 text-stone-500"></i>
<div class="institution">
{{ education_item.institution }}
</div>
{% endif %}
</div>
<div class="date">
{% if education_item.startDate %}
<span class="startDate">
{{ education_item.startDate }}
</span>
{% endif %}
{% if education_item.endDate %}
<span class="endDate">
- {{ education_item.endDate }}
</span>
{% else %}
<span class="endDate">
- {{ language.phrases.present }}
</span>
{% endif %}
</div>
</header>
{% if education_item.location %}

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-15 04:11+0200\n"
"POT-Creation-Date: 2024-08-15 04:32+0200\n"
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -33,6 +33,10 @@ msgstr "Home"
msgid "resume education title"
msgstr "Education"
#: templates/partials/education.html:39
msgid "education validation year"
msgstr "Graduation year"
#: templates/partials/interests.html:5
msgid "resume interest title"
msgstr "Interests"
@ -101,7 +105,7 @@ msgstr "Volunteer"
msgid "resume work title"
msgstr "Professional experience"
#: templates/translations.html:3
#: templates/translations.html:4
msgid "Translations"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-15 04:11+0200\n"
"POT-Creation-Date: 2024-08-15 04:32+0200\n"
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fr\n"
@ -33,6 +33,10 @@ msgstr "Accueil"
msgid "resume education title"
msgstr "Cursus"
#: templates/partials/education.html:39
msgid "education validation year"
msgstr "Année d'obtention du diplôme"
#: templates/partials/interests.html:5
msgid "resume interest title"
msgstr "Intérêts"
@ -101,7 +105,7 @@ msgstr "Bénévolat"
msgid "resume work title"
msgstr "Expérience Professionnelle"
#: templates/translations.html:3
#: templates/translations.html:4
msgid "Translations"
msgstr "Traductions"