Add translations for "Older" and "Newer"

This commit is contained in:
BBaoVanC 2021-11-20 17:00:56 -06:00
parent 5104a6f57d
commit f5c9e6926a
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 14 additions and 2 deletions

View File

@ -29,3 +29,9 @@ table_of_contents:
see_also:
other: "See also"
older_post:
other: "Older"
newer_post:
other: "Newer"

View File

@ -29,3 +29,9 @@ table_of_contents:
see_also:
other: "Véase también"
older_post:
other: "Más antiguo"
newer_post:
other: "Más nuevo"

View File

@ -72,7 +72,7 @@
{{ with .NextInSection }}
<a class="prev" href="{{ .Permalink }}">
<div class="prev-caption">
&larr; Newer
&larr; {{ i18n "newer_post" }}
</div>
<div class="prev-post">
{{ .Title }}
@ -85,7 +85,7 @@
{{ with .PrevInSection }}
<a class="next" href="{{ .Permalink }}">
<div class="next-caption">
Older &rarr;
{{ i18n "older_post" }} &rarr;
</div>
<div class="next-post">
{{ .Title }}