Skip to content

Commit 1ebab9e

Browse files
committed
add NavigationFooter translation
1 parent 8a83ab9 commit 1ebab9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/footerNav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docs:
55
title: Dokumentáció
66

77
more:
8-
title: Több
8+
title: Egyéb
99
items:
1010
- title: Tutoriál
1111
to: /tutorial/tutorial.html

src/templates/components/NavigationFooter/NavigationFooter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const NavigationFooter = ({next, prev, location}) => {
4040
<Flex basis="50%" type="li">
4141
{prev && (
4242
<div>
43-
<SecondaryLabel>Previous article</SecondaryLabel>
43+
<SecondaryLabel>Előző fejezet</SecondaryLabel>
4444
<div
4545
css={{
4646
paddingTop: 10,
@@ -61,7 +61,7 @@ const NavigationFooter = ({next, prev, location}) => {
6161
textAlign: 'right',
6262
}}>
6363
<div>
64-
<SecondaryLabel>Next article</SecondaryLabel>
64+
<SecondaryLabel>Következő fejezet</SecondaryLabel>
6565
<div
6666
css={{
6767
paddingTop: 10,

0 commit comments

Comments
 (0)