Skip to content

Commit 168b2fb

Browse files
authored
Translate 404 page text to Arabic
1 parent 0d91aa8 commit 168b2fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/404.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export default function NotFound() {
2020
<Page toc={[]} meta={{title: 'Not Found'}} routeTree={sidebarLearn}>
2121
<MaxWidth>
2222
<Intro>
23-
<P>This page doesn’t exist.</P>
23+
<P>هذه الصفحة غير متوفرة.</P>
2424
<P>
25-
If this is a mistake{', '}
25+
إن كنت تظن أن هذا خطءً{', '}
2626
<A href="https://github.com/reactjs/react.dev/issues/new">
27-
let us know
27+
ابلغنا
2828
</A>
2929
{', '}
30-
and we will try to fix it!
30+
وسنحاول إصلاحه!
3131
</P>
3232
</Intro>
3333
</MaxWidth>

0 commit comments

Comments
 (0)