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

Adding Arabic Translation #1199

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
48 changes: 48 additions & 0 deletions README.ar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
موقع Yarn
[![Netlify حالة](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys)
============

هذا المستودع (repo) يحتوي على شيفرة المصدر (source code) لموقع Yarn Classic النسخة (v1), على الرابط https://classic.yarnpkg.com/. أما موقع النسخة v2 أنظر https://github.com/yarnpkg/berry/tree/master/packages/gatsby

[README العربية](README.ar.md)
<br>
[README اليابانية](README.ja.md)
<br>
[README الإنجليزية](README.md)

للبدء:

```sh
$ git clone [email protected]:yarnpkg/website.git yarn-website
$ cd yarn-website
```

يجب التأكد أن لديك Yarn و [Bundler](http://bundler.io/) مثبتان:

```sh
$ gem install bundler
```

ثم يليه:

```sh
$ make
```

أو:

```sh
$ make install
$ make serve
```

على نظام الويندوز `make` ليس متوفر, لذالك عليك إدخال الأمر `bundle` و `jekyll` مباشرة:

```sh
bundle install
bundle exec jekyll serve --incremental
```

---

**شكر خاص ل [Netlify](https://www.netlify.com/) لتشغيل الموقع.**
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Yarn Website

This repo contains the source code for the Yarn Classic (v1) website, available at https://classic.yarnpkg.com/. For the Yarn v2 site, see https://github.com/yarnpkg/berry/tree/master/packages/gatsby

[README in Arabic](README.ar.md)
<br>
[README in Japanese](README.ja.md)

In order to get started:
Expand Down