Skip to content

Commit 5012835

Browse files
committed
docs: update sidebar and content to Persian localization
- Translated blog titles and section headers in sidebarBlog.json to Persian. - Updated text in SocialBanner.tsx, Footer.tsx, HomeContent.js, and TopNav.tsx to Persian, enhancing the user experience for Persian-speaking audiences.
1 parent 380cf7c commit 5012835

File tree

5 files changed

+176
-166
lines changed

5 files changed

+176
-166
lines changed

src/components/Layout/Footer.tsx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -313,50 +313,50 @@ export function Footer() {
313313
</div>
314314
<div className="flex flex-col">
315315
<FooterLink href="/learn" isHeader={true}>
316-
Learn React
316+
یادگیری ری‌اکت
317317
</FooterLink>
318-
<FooterLink href="/learn/">Quick Start</FooterLink>
319-
<FooterLink href="/learn/installation">Installation</FooterLink>
318+
<FooterLink href="/learn/">شروع سریع</FooterLink>
319+
<FooterLink href="/learn/installation">نصب</FooterLink>
320320
<FooterLink href="/learn/describing-the-ui">
321-
Describing the UI
321+
توصیف رابط کاربری
322322
</FooterLink>
323323
<FooterLink href="/learn/adding-interactivity">
324-
Adding Interactivity
324+
افزودن تعامل
325325
</FooterLink>
326-
<FooterLink href="/learn/managing-state">Managing State</FooterLink>
327-
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
326+
<FooterLink href="/learn/managing-state">مدیریت State</FooterLink>
327+
<FooterLink href="/learn/escape-hatches">راه‌های فرار</FooterLink>
328328
</div>
329329
<div className="flex flex-col">
330330
<FooterLink href="/reference/react" isHeader={true}>
331-
API Reference
331+
مرجع API
332332
</FooterLink>
333-
<FooterLink href="/reference/react">React APIs</FooterLink>
334-
<FooterLink href="/reference/react-dom">React DOM APIs</FooterLink>
333+
<FooterLink href="/reference/react">APIهای ری‌اکت</FooterLink>
334+
<FooterLink href="/reference/react-dom">APIهای React DOM</FooterLink>
335335
</div>
336336
<div className="md:col-start-2 xl:col-start-4 flex flex-col">
337337
<FooterLink href="/community" isHeader={true}>
338-
Community
338+
جامعه
339339
</FooterLink>
340340
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">
341-
Code of Conduct
341+
قوانین رفتاری
342342
</FooterLink>
343-
<FooterLink href="/community/team">Meet the Team</FooterLink>
343+
<FooterLink href="/community/team">معرفی تیم</FooterLink>
344344
<FooterLink href="/community/docs-contributors">
345-
Docs Contributors
345+
مشارکت‌کنندگان مستندات
346346
</FooterLink>
347347
<FooterLink href="/community/acknowledgements">
348-
Acknowledgements
348+
تقدیر و تشکر
349349
</FooterLink>
350350
</div>
351351
<div className="flex flex-col">
352-
<FooterLink isHeader={true}>More</FooterLink>
353-
<FooterLink href="/blog">Blog</FooterLink>
354-
<FooterLink href="https://reactnative.dev/">React Native</FooterLink>
352+
<FooterLink isHeader={true}>بیشتر</FooterLink>
353+
<FooterLink href="/blog">بلاگ</FooterLink>
354+
<FooterLink href="https://reactnative.dev/">ری‌اکت نیتیو</FooterLink>
355355
<FooterLink href="https://opensource.facebook.com/legal/privacy">
356-
Privacy
356+
حریم خصوصی
357357
</FooterLink>
358358
<FooterLink href="https://opensource.fb.com/legal/terms/">
359-
Terms
359+
شرایط استفاده
360360
</FooterLink>
361361
<div className="flex flex-row items-center mt-8 gap-x-2">
362362
<ExternalLink

0 commit comments

Comments
 (0)