File tree Expand file tree Collapse file tree 6 files changed +9
-0
lines changed
Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ <h4 class="alert-heading">Under Development!</h4>
100100 {% assign tuto_has_docker = true %}
101101 {% endif %}
102102
103+ {% if page.translations %}
104+ < div > < strong > {% icon language aria=false %} {{ locale['translations'] | default: "Translations" }}:</ strong > {% for lang in page.translations %}< a href ="./tutorial{% if lang != 'en' %}_{{lang | upcase}}{% endif %}.html "> {% icon language aria=false %} {{ site.other_languages[lang] }} </ a > {% endfor %}</ div >
105+ {% endif %}
106+
103107 {% if own_material.zenodo_link and own_material.zenodo_link != "" %}
104108 {% assign tuto_has_zenodo = true %}
105109 {% endif %}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ hour: "Stunde"
1212hours : " Stunden"
1313
1414level : " Level"
15+ translations : " Übersetzungen"
1516introductory : " Einsteiger" # oder Einführung
1617intermediate : " Fortgeschrittene"
1718advanced : " Profis"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ hour: "hour"
1515hours : " hours"
1616
1717level : " Level"
18+ translation : " Translations"
1819introductory : " Introductory"
1920intermediate : " Intermediate"
2021advanced : " Advanced"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ hour: "hora"
1212hours : " horas"
1313
1414level : " Nivel"
15+ translations : " Traducciones"
1516introductory : " Introductorio"
1617intermediate : " Intermedio"
1718advanced : " Avanzado"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ hour: "Heure"
1212hours : " Heures"
1313
1414level : " Niveau"
15+ translations : " Traductions"
1516introductory : " Introduction"
1617intermediate : " Intermediaire"
1718advanced : " Avancé"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ hour: "ora"
1515hours : " ore"
1616
1717level : " Livello"
18+ translations : " Traduzioni"
1819introductory : " Introduttivo"
1920intermediate : " Intermedio"
2021advanced : " Avanzato"
You can’t perform that action at this time.
0 commit comments