Translate fr only strings
This commit is contained in:
parent
21967b12fc
commit
9000fbd752
5 changed files with 68 additions and 10 deletions
|
|
@ -4,12 +4,12 @@
|
|||
<div style="clear: both">
|
||||
{{ if $pag.HasPrev }}
|
||||
<a class="mb-2 btn btn-outline-primary float-left" href="{{ $pag.Prev.URL }}">
|
||||
← Articles plus récents
|
||||
← {{ i18n "prev_articles" }}
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ if $pag.HasNext }}
|
||||
<a class="mb-2 btn btn-outline-primary float-right" href="{{ $pag.Next.URL }}">
|
||||
Articles plus anciens →
|
||||
{{ i18n "next_articles" }} →
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue