Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/LayoutHeader/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class DocSearch extends Component<{}, State> {
}}
id="algolia-doc-search"
type="search"
placeholder="Search"
placeholder="بحث"
aria-label="Search docs"
dir="rtl"
/>
Expand Down
12 changes: 6 additions & 6 deletions src/components/LayoutHeader/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,22 +122,22 @@ const Header = ({location}: {location: Location}) => (
}}>
<HeaderLink
isActive={location.pathname.includes('/docs/')}
title="Docs"
title="المستندات"
to="/docs/getting-started.html"
/>
<HeaderLink
isActive={location.pathname.includes('/tutorial/')}
title="Tutorial"
title="الدليل التطبيقي"
to="/tutorial/tutorial.html"
/>
<HeaderLink
isActive={location.pathname.includes('/blog')}
title="Blog"
title="المدونة"
to="/blog/"
/>
<HeaderLink
isActive={location.pathname.includes('/community/')}
title="Community"
title="مجتمع المطورين"
to="/community/support.html"
/>
</nav>
Expand Down Expand Up @@ -179,7 +179,7 @@ const Header = ({location}: {location: Location}) => (
},
}}
to="/versions">
v{version}
اصدار {version}
</Link>
<Link
css={{
Expand Down Expand Up @@ -209,7 +209,7 @@ const Header = ({location}: {location: Location}) => (
display: 'none',
},
}}>
Languages
اللّغات
</span>
</Link>
<a
Expand Down