mirror of
https://github.com/welpo/tabi.git
synced 2026-06-17 08:47:34 +02:00
feat(series): reference the series in its pages
The reference is configurable from none to link to summary to something completely custom.
This commit is contained in:
parent
45705ed9c6
commit
e1bdb01b6a
10 changed files with 219 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ load_comments = "Load comments"
|
|||
series = "SERIE"
|
||||
series_jump_to_posts = "Jump to posts"
|
||||
series_posts = "Series' posts:"
|
||||
series_page_headline = "This article is part of the series: $SERIES_HTML_LINK."
|
||||
|
||||
# Copy code block button.
|
||||
copied = "Copied!"
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ load_comments = "Afficher les commentaires"
|
|||
series = "SERIE"
|
||||
series_jump_to_posts = "Aller aux articles"
|
||||
series_posts = "Articles de la série :"
|
||||
series_page_headline = "Cet article fait partie de la série : $SERIES_HTML_LINK."
|
||||
|
||||
# Copy code block button.
|
||||
copied = "Copié !"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue