From b53cf6a82c7f7b841e429d2e3f78563be8777eed Mon Sep 17 00:00:00 2001 From: Youssef Boulal Date: Thu, 22 Jun 2023 12:48:48 +0100 Subject: [PATCH 1/5] Adding Arabic Translation --- README.ar.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README.ar.md diff --git a/README.ar.md b/README.ar.md new file mode 100644 index 000000000..f4406d57e --- /dev/null +++ b/README.ar.md @@ -0,0 +1,44 @@ +Yarn Website +[![Netlify Status](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys) +============ + +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 Japanese](README.ja.md) + +In order to get started: + +```sh +$ git clone git@github.com:yarnpkg/website.git yarn-website +$ cd yarn-website +``` + +You should ensure you have Yarn and [Bundler](http://bundler.io/) installed: + +```sh +$ gem install bundler +``` + +And then: + +```sh +$ make +``` + +Or: + +```sh +$ make install +$ make serve +``` + +On Windows, `make` is not available, so you need to execute `bundle` and `jekyll` directly: + +```sh +bundle install +bundle exec jekyll serve --incremental +``` + +--- + +**Special thanks to [Netlify](https://www.netlify.com/) for powering the website.** From fdbe670556fe6b0eb732d2fdb3effa0d4c6a4f7a Mon Sep 17 00:00:00 2001 From: Youssef Boulal Date: Thu, 22 Jun 2023 13:06:58 +0100 Subject: [PATCH 2/5] =?UTF-8?q?=D9=90Adding=20Arabic=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ar.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.ar.md b/README.ar.md index f4406d57e..0e0c0f325 100644 --- a/README.ar.md +++ b/README.ar.md @@ -1,38 +1,42 @@ -Yarn Website -[![Netlify Status](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys) +موقع Yarn +[![Netlify حالة](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys) ============ 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 Japanese](README.ja.md) +هذا المستودع (repo) يحتوي على شيفرة المصدر (source code) لموقع Yarn Classic النسخة (v1), على الرابط https://classic.yarnpkg.com/. أما موفع النسخة v2 أنظر https://github.com/yarnpkg/berry/tree/master/packages/gatsby -In order to get started: +[README العربية](README.ar.md) +[README اليابانية](README.ja.md) +[README الإنجليزية](README.md) + +للبدء: ```sh $ git clone git@github.com:yarnpkg/website.git yarn-website $ cd yarn-website ``` -You should ensure you have Yarn and [Bundler](http://bundler.io/) installed: +يجب التأكد أن لديك Yarn و [Bundler](http://bundler.io/) مثبتان: ```sh $ gem install bundler ``` -And then: +ثم يليه: ```sh $ make ``` -Or: +أو: ```sh $ make install $ make serve ``` -On Windows, `make` is not available, so you need to execute `bundle` and `jekyll` directly: +على نظام الويندوز `make` ليس متوفر, لذالك عليك إدخال الأمر `bundle` و `jekyll` مباشرة: ```sh bundle install @@ -41,4 +45,4 @@ bundle exec jekyll serve --incremental --- -**Special thanks to [Netlify](https://www.netlify.com/) for powering the website.** +**شكر خاص ل [Netlify](https://www.netlify.com/) لتشغيل الموقع.** From ad05ac0f6442f403423d08543c70c1affd115f86 Mon Sep 17 00:00:00 2001 From: Youssef Boulal Date: Thu, 22 Jun 2023 13:09:20 +0100 Subject: [PATCH 3/5] =?UTF-8?q?=D9=90Adding=20Arabic=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ar.md b/README.ar.md index 0e0c0f325..09ced9960 100644 --- a/README.ar.md +++ b/README.ar.md @@ -2,12 +2,12 @@ [![Netlify حالة](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys) ============ -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 - -هذا المستودع (repo) يحتوي على شيفرة المصدر (source code) لموقع Yarn Classic النسخة (v1), على الرابط https://classic.yarnpkg.com/. أما موفع النسخة v2 أنظر https://github.com/yarnpkg/berry/tree/master/packages/gatsby +هذا المستودع (repo) يحتوي على شيفرة المصدر (source code) لموقع Yarn Classic النسخة (v1), على الرابط https://classic.yarnpkg.com/. أما موقع النسخة v2 أنظر https://github.com/yarnpkg/berry/tree/master/packages/gatsby [README العربية](README.ar.md) +
[README اليابانية](README.ja.md) +
[README الإنجليزية](README.md) للبدء: From 03c4dddbfebc2194b957160728576e7ba96d4b87 Mon Sep 17 00:00:00 2001 From: Youssef Boulal Date: Thu, 22 Jun 2023 13:09:53 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4406d57e..58ee0e536 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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) [README in Japanese](README.ja.md) In order to get started: From 2399f7e17bf0cbfc5ec50b31026e540afa554c64 Mon Sep 17 00:00:00 2001 From: Youssef Boulal Date: Thu, 22 Jun 2023 13:10:07 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58ee0e536..025204fa4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 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) +
[README in Japanese](README.ja.md) In order to get started: