mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Add translations for "Older" and "Newer"
This commit is contained in:
parent
5104a6f57d
commit
f5c9e6926a
@ -29,3 +29,9 @@ table_of_contents:
|
|||||||
|
|
||||||
see_also:
|
see_also:
|
||||||
other: "See also"
|
other: "See also"
|
||||||
|
|
||||||
|
older_post:
|
||||||
|
other: "Older"
|
||||||
|
|
||||||
|
newer_post:
|
||||||
|
other: "Newer"
|
||||||
|
@ -29,3 +29,9 @@ table_of_contents:
|
|||||||
|
|
||||||
see_also:
|
see_also:
|
||||||
other: "Véase también"
|
other: "Véase también"
|
||||||
|
|
||||||
|
older_post:
|
||||||
|
other: "Más antiguo"
|
||||||
|
|
||||||
|
newer_post:
|
||||||
|
other: "Más nuevo"
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
{{ with .NextInSection }}
|
{{ with .NextInSection }}
|
||||||
<a class="prev" href="{{ .Permalink }}">
|
<a class="prev" href="{{ .Permalink }}">
|
||||||
<div class="prev-caption">
|
<div class="prev-caption">
|
||||||
← Newer
|
← {{ i18n "newer_post" }}
|
||||||
</div>
|
</div>
|
||||||
<div class="prev-post">
|
<div class="prev-post">
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
@ -85,7 +85,7 @@
|
|||||||
{{ with .PrevInSection }}
|
{{ with .PrevInSection }}
|
||||||
<a class="next" href="{{ .Permalink }}">
|
<a class="next" href="{{ .Permalink }}">
|
||||||
<div class="next-caption">
|
<div class="next-caption">
|
||||||
Older →
|
{{ i18n "older_post" }} →
|
||||||
</div>
|
</div>
|
||||||
<div class="next-post">
|
<div class="next-post">
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
|
Loading…
Reference in New Issue
Block a user