Added Translation
This commit is contained in:
parent
0bd2aadb10
commit
920d313c8a
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"Previous": "Zurück",
|
||||||
|
"Next": "Weiter",
|
||||||
"Back": "Zurück",
|
"Back": "Zurück",
|
||||||
"Newer Posts": "Neuere Artikel",
|
"Newer Posts": "Neuere Artikel",
|
||||||
"Older Posts": "Ältere Artikel",
|
"Older Posts": "Ältere Artikel",
|
||||||
|
4
post.hbs
4
post.hbs
@ -56,7 +56,7 @@
|
|||||||
<nav class="gh-navigation">
|
<nav class="gh-navigation">
|
||||||
<div class="gh-navigation-previous">
|
<div class="gh-navigation-previous">
|
||||||
{{#prev_post}}
|
{{#prev_post}}
|
||||||
<a class="gh-navigation-link" href="{{url}}">← Previous</a>
|
<a class="gh-navigation-link" href="{{url}}">← {{t "Previous"}}</a>
|
||||||
{{/prev_post}}
|
{{/prev_post}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<div class="gh-navigation-next">
|
<div class="gh-navigation-next">
|
||||||
{{#next_post}}
|
{{#next_post}}
|
||||||
<a class="gh-navigation-link" href="{{url}}">Next →</a>
|
<a class="gh-navigation-link" href="{{url}}">{{t "Next"}} →</a>
|
||||||
{{/next_post}}
|
{{/next_post}}
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
Reference in New Issue
Block a user