Skip to content

Commit 5212246

Browse files
committed
Add translations for the 500 page
1 parent 94453f1 commit 5212246

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/pages/500.js

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

1111
export default function NotFound() {
1212
return (
13-
<Page
14-
toc={[]}
15-
routeTree={sidebarLearn}
16-
meta={{title: 'Something Went Wrong'}}>
13+
<Page toc={[]} routeTree={sidebarLearn} meta={{title: 'Щось не так'}}>
1714
<MaxWidth>
1815
<Intro>
19-
<P>Something went very wrong.</P>
20-
<P>Sorry about that.</P>
16+
<P>Щось дуже не так.</P>
17+
<P>Вибачте за це.</P>
2118
<P>
22-
If you’d like, please{' '}
19+
На бажання, будь ласка{', '}
2320
<A href="https://github.com/reactjs/react.dev/issues/new">
24-
report a bug.
21+
повідомте про помилку.
2522
</A>
2623
</P>
2724
</Intro>

0 commit comments

Comments
 (0)