Skip to content

Commit c7621c1

Browse files
authored
Merge pull request #595 from reactjs/anilcanboga/not-found-page
translate not found page
2 parents 60a37c3 + c7411fc commit c7621c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/404.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ 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: 'Bulunamadı'}} routeTree={sidebarLearn}>
1414
<MaxWidth>
1515
<Intro>
16-
<P>This page doesn’t exist.</P>
16+
<P>Bu sayfa mevcut değil.</P>
1717
<P>
18-
If this is a mistake{', '}
18+
Eğer bu bir hataysa{', '}
1919
<A href="https://github.com/reactjs/react.dev/issues/new">
20-
let us know
20+
bize bildirin
2121
</A>
2222
{', '}
23-
and we will try to fix it!
23+
ve düzeltmeye çalışalım!
2424
</P>
2525
</Intro>
2626
</MaxWidth>

0 commit comments

Comments
 (0)