Skip to content

Commit 15933f6

Browse files
committed
Add translations to 404 page
1 parent ea530e9 commit 15933f6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/pages/404.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ const {Intro, MaxWidth, p: P, a: A} = MDXComponents;
1010

1111
export default function NotFound() {
1212
return (
13-
<Page toc={[]} meta={{title: 'Not Found'}} routeTree={sidebarLearn}>
13+
<Page toc={[]} meta={{title: 'Не знайдено'}} routeTree={sidebarLearn}>
1414
<MaxWidth>
1515
<Intro>
16-
<P>This page doesn’t exist.</P>
16+
<P>Цієї сторінки немає.</P>
1717
<P>
18-
If this is a mistake{', '}
18+
Якщо це помилка{', '}
1919
<A href="https://github.com/reactjs/react.dev/issues/new">
20-
let us know
20+
напишіть нам
2121
</A>
22-
{', '}
23-
and we will try to fix it!
22+
{', '}і ми спробуємо це виправити!
2423
</P>
2524
</Intro>
2625
</MaxWidth>

0 commit comments

Comments
 (0)