mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Translation of series (#390)
This commit is contained in:
@@ -73,3 +73,4 @@
|
|||||||
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
|
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
|
||||||
- [Rhys Perry](https://rhysperry.com)
|
- [Rhys Perry](https://rhysperry.com)
|
||||||
- [Arunvel Sriram](https://github.com/arunvelsriram)
|
- [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]
|
[powered_by]
|
||||||
other = "Powered by"
|
other = "Powered by"
|
||||||
|
|
||||||
|
[see_also]
|
||||||
|
other = "See also in"
|
||||||
|
|||||||
@@ -23,3 +23,5 @@ other = "Vous pouvez revenir à <a href=\"{{ . }}\">l'accueil</a>."
|
|||||||
[powered_by]
|
[powered_by]
|
||||||
other = "Propulsé par"
|
other = "Propulsé par"
|
||||||
|
|
||||||
|
[see_also]
|
||||||
|
other = "Voir aussi dans"
|
||||||
|
|||||||
@@ -22,3 +22,6 @@ other = "Puoi tornare a <a href=\"{{ . }}\">homepage</a>."
|
|||||||
|
|
||||||
[powered_by]
|
[powered_by]
|
||||||
other = "Alimentato da"
|
other = "Alimentato da"
|
||||||
|
|
||||||
|
[see_also]
|
||||||
|
other = "Vedi anche in"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{{ $name := . | urlize }}
|
{{ $name := . | urlize }}
|
||||||
{{ $series := index $.Site.Taxonomies.series $name }}
|
{{ $series := index $.Site.Taxonomies.series $name }}
|
||||||
{{ if gt (len $series.Pages) 1 }}
|
{{ if gt (len $series.Pages) 1 }}
|
||||||
<h3>See also in {{ . }}</h3>
|
<h3>{{ i18n "see_also" | default "See also in" }} {{ . }}</h3>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
{{ $maxItems := $.Site.Params.maxSeeAlsoItems | default 5 }}
|
{{ $maxItems := $.Site.Params.maxSeeAlsoItems | default 5 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user