Skip to content

Commit a14982c

Browse files
committed
add translation for next step
1 parent 4aef0a5 commit a14982c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_data/footer.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ deletecookies:
99
de: Zustand löschen
1010
view:
1111
en: view source
12-
de: Quelltext anzeigen
12+
de: Quelltext anzeigen
13+
nextstep:
14+
en: Next Step
15+
de: Nächster Schritt

_layouts/step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>{{ page.title | escape }}</h2>
6868
<div class="main">
6969
{{ content }}
7070
{% if has_next_page %}
71-
<a href="..{{ next_page.url }}" class="next-page">Nächster Schritt</a>
71+
<a href="..{{ next_page.url }}" class="next-page">{{ site.data.footer.nextstep[language] }}</a>
7272
{% endif %}
7373
</div>
7474
<footer>

0 commit comments

Comments
 (0)