mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -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:
|
||||
other: "See also"
|
||||
|
||||
older_post:
|
||||
other: "Older"
|
||||
|
||||
newer_post:
|
||||
other: "Newer"
|
||||
|
@ -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"
|
||||
|
@ -72,7 +72,7 @@
|
||||
{{ with .NextInSection }}
|
||||
<a class="prev" href="{{ .Permalink }}">
|
||||
<div class="prev-caption">
|
||||
← Newer
|
||||
← {{ 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 →
|
||||
{{ i18n "older_post" }} →
|
||||
</div>
|
||||
<div class="next-post">
|
||||
{{ .Title }}
|
||||
|
Loading…
Reference in New Issue
Block a user