From b5d52a21fb5568b28f1e766f6fb80d9d369a578c Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sun, 14 Jul 2019 14:45:19 +0200 Subject: [PATCH 1/2] fix missing part & some translate .. --- locale/ar/site.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/locale/ar/site.json b/locale/ar/site.json index 67ae7ca6a4d5e..d66796d599fab 100644 --- a/locale/ar/site.json +++ b/locale/ar/site.json @@ -87,7 +87,7 @@ }, "docs": { "link": "docs", - "text": "التوثيق", + "text": "المستندات", "es6": { "link": "docs/es6", "text": "ES6 وما بعدها" @@ -104,6 +104,10 @@ "guides": { "link": "docs/guides", "text": "إرشادات" + }, + "dependencies": { + "link": "docs/meta/topics/dependencies", + "text": "تبعيات" } }, "getinvolved": { @@ -127,7 +131,7 @@ }, "node-meetups": { "link": "get-involved/node-meetups", - "text": "Node.js لقاءات" + "text": "Node.js مُلْتَقَيات" } }, "security": { From c5d775d69b95db0480cdbca98d08bc74221cb896 Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Wed, 17 Jul 2019 16:57:20 +0200 Subject: [PATCH 2/2] =?UTF-8?q?change=20'=D8=A7=D9=84=D9=85=D8=B3=D8=AA?= =?UTF-8?q?=D9=86=D8=AF=D8=A7=D8=AA'=20to=20'=D8=A7=D9=84=D8=AA=D9=88?= =?UTF-8?q?=D8=AB=D9=8A=D9=82'=20..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/ar/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ar/site.json b/locale/ar/site.json index d66796d599fab..8b5d028ae68e3 100644 --- a/locale/ar/site.json +++ b/locale/ar/site.json @@ -87,7 +87,7 @@ }, "docs": { "link": "docs", - "text": "المستندات", + "text": "التوثيق", "es6": { "link": "docs/es6", "text": "ES6 وما بعدها"