@@ -73,3 +73,4 @@
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
- [Rhys Perry](https://rhysperry.com)
- [Arunvel Sriram](https://github.com/arunvelsriram)
+- [Lorenzo Cameroni](https://github.com/came88)
@@ -22,3 +22,6 @@ other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
[powered_by]
other = "Powered by"
+
+[see_also]
+other = "See also in"
@@ -23,3 +23,5 @@ other = "Vous pouvez revenir à <a href=\"{{ . }}\">l'accueil</a>."
other = "Propulsé par"
+other = "Voir aussi dans"
@@ -22,3 +22,6 @@ other = "Puoi tornare a <a href=\"{{ . }}\">homepage</a>."
other = "Alimentato da"
+other = "Vedi anche in"
@@ -5,7 +5,7 @@
{{ $name := . | urlize }}
{{ $series := index $.Site.Taxonomies.series $name }}
{{ if gt (len $series.Pages) 1 }}
- <h3>See also in {{ . }}</h3>
+ <h3>{{ i18n "see_also" | default "See also in" }} {{ . }}</h3>
<nav>
<ul>
{{ $maxItems := $.Site.Params.maxSeeAlsoItems | default 5 }}