Skip to content

Commit e4c5a0b

Browse files
authored
Merge pull request #74 from reactjs/alioguzhan/translate-404.js-file
translate 404.js file
2 parents 19ed19a + f898db7 commit e4c5a0b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pages/404.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ const PageNotFound = ({location}: Props) => (
2121
<Container>
2222
<div css={sharedStyles.articleLayout.container}>
2323
<div css={sharedStyles.articleLayout.content}>
24-
<Header>Page Not Found</Header>
25-
<TitleAndMetaTags title="React - Page Not Found" />
24+
<Header>Sayfa Bulunamadı</Header>
25+
<TitleAndMetaTags title="React - Sayfa Bulunamadı" />
2626
<div css={sharedStyles.markdown}>
27-
<p>We couldn't find what you were looking for.</p>
27+
<p>Aradığınız şeyi bulamadık.</p>
2828
<p>
29-
Please contact the owner of the site that linked you to the
30-
original URL and let them know their link is broken.
29+
Lütfen sizi orijinal URL’e bağlayan sitenin sahibiyle iletişime geçin ve bağlantılarının bozuk olduğunu bildirin.
3130
</p>
3231
</div>
3332
</div>

0 commit comments

Comments
 (0)