Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONE] Translation of react versions content .. #177

Merged
merged 2 commits into from Oct 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/pages/versions.js
Expand Up @@ -25,27 +25,27 @@ const Versions = ({location}: Props) => (
<Container>
<div css={sharedStyles.articleLayout.container}>
<div css={sharedStyles.articleLayout.content}>
<Header>React Versions</Header>
<Header>إصدارات React</Header>
<TitleAndMetaTags
canonicalUrl={`${urlRoot}/versions/`}
title="React - Versions"
title="React - الإصدارات"
/>
<div css={sharedStyles.markdown}>
<p>
A complete release history for React is available{' '}
يمكنك ان تجد تاريخ الإصدارات الكامل لـ React {' '}
<a
href="https://github.com/facebook/react/releases"
target="_blank"
rel="noopener">
on GitHub
عبر منصة Github
</a>
.<br />
Documentation for recent releases can also be found below.
يمكن أيضًا العثور على الوثائق الخاصة بالإصدارات الحديثة أدناه.
</p>
<p>
See our FAQ for information about{' '}
راجع الأسئلة الشائعة الخاصة بنا للحصول على معلومات حول {' '}
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
<a href="/docs/faq-versioning.html">
our versioning policy and commitment to stability
سياسة الإصدار والالتزام بالاستقرار
</a>
.
</p>
Expand All @@ -55,13 +55,13 @@ const Versions = ({location}: Props) => (
<ul>
<li>
<a href={version.changelog} target="_blank" rel="noopener">
Changelog
سجل التغييرات
</a>
</li>
{version.path && (
<li>
<a href={version.path} rel="nofollow">
Documentation
المستندات
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
</a>
</li>
)}
Expand Down