From dba83436b214383ac792aec70bd65da57cd42951 Mon Sep 17 00:00:00 2001 From: Aissaoui Ahmed Date: Mon, 2 Sep 2019 21:44:51 +0100 Subject: [PATCH 001/167] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34710306eb..bc310fd300 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,9 @@ Translations for this documentation project are currently maintained in separate ### Arabic -Arabic translation is maintained by [Interstellar Club](https://github.com/InterstellarClub) +Arabic translation is maintained by [Vue.js AR](https://github.com/vuejs-ar) -* Translation Repo - [/interstellarClub/ar.vuejs.org](https://github.com/interstellarClub/ar.vuejs.org) -* Primary Maintainers : - * [Ilyes Chouia](https://github.com/celyes) - * [Ahmed Aissaoui](https://github.com/Aissaoui-Ahmed) +* Translation Repo - [vuejs.org](https://github.com/vuejs-ar/vuejs.org) ### French From d22537840bb20d7e36c20b0958c96738e93ef5ad Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sun, 22 Sep 2019 13:57:04 +0200 Subject: [PATCH 002/167] fix repo link .. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc310fd300..fbbba355c1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Translations for this documentation project are currently maintained in separate Arabic translation is maintained by [Vue.js AR](https://github.com/vuejs-ar) -* Translation Repo - [vuejs.org](https://github.com/vuejs-ar/vuejs.org) +* Translation Repo - [/vuejs-ar/vuejs.org](https://github.com/vuejs-ar/vuejs.org) ### French From c3023fb741d17fa02ed1815fefb43f7a85ccfb34 Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Sun, 22 Sep 2019 16:02:19 +0200 Subject: [PATCH 003/167] fix ar repo path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbbba355c1..233f6deb53 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Translations for this documentation project are currently maintained in separate Arabic translation is maintained by [Vue.js AR](https://github.com/vuejs-ar) -* Translation Repo - [/vuejs-ar/vuejs.org](https://github.com/vuejs-ar/vuejs.org) +* Translation Repo - [/vuejs-ar/ar.vuejs.org](https://github.com/vuejs-ar/ar.vuejs.org) ### French From 5c38a02cb9535cee2c61cb0098704872dedcad62 Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Mon, 23 Sep 2019 00:58:13 +0200 Subject: [PATCH 004/167] done RTL support .. --- themes/vue/source/css/_ad.styl | 2 +- themes/vue/source/css/_common.styl | 8 ++++-- themes/vue/source/css/_demo.styl | 3 +++ themes/vue/source/css/_header.styl | 1 + themes/vue/source/css/_scrimba.styl | 9 ++++--- themes/vue/source/css/_sidebar.styl | 23 ++++++++++++----- themes/vue/source/css/_sponsors-index.styl | 1 + themes/vue/source/css/_sponsors-sidebar.styl | 2 +- themes/vue/source/css/_syntax.styl | 4 +++ themes/vue/source/css/_vue-mastery.styl | 11 ++++++--- themes/vue/source/css/index.styl | 16 +++++++----- themes/vue/source/css/page.styl | 26 ++++++++++++-------- 12 files changed, 73 insertions(+), 33 deletions(-) diff --git a/themes/vue/source/css/_ad.styl b/themes/vue/source/css/_ad.styl index 253b7cd19e..aa048c40cb 100644 --- a/themes/vue/source/css/_ad.styl +++ b/themes/vue/source/css/_ad.styl @@ -5,7 +5,7 @@ position: fixed z-index: 99 bottom: 10px - right: 10px + left: 10px padding: 10px background-color: #fff border-radius: 3px diff --git a/themes/vue/source/css/_common.styl b/themes/vue/source/css/_common.styl index 7c84f711a1..0e53bb6f77 100644 --- a/themes/vue/source/css/_common.styl +++ b/themes/vue/source/css/_common.styl @@ -41,6 +41,8 @@ code margin: 0 2px border-radius: 2px white-space: nowrap + text-align: left + direction: ltr em color: $light @@ -63,7 +65,7 @@ input.button text-indent: 1.4em; > svg position: absolute - left: 0.4em + right: 0.4em top: 0.4em width: 2em &.white @@ -79,7 +81,9 @@ input.button z-index: 1 padding: 0 60px 30px overflow-x: hidden - + text-align: right + direction: rtl + #nav .nav-link cursor: pointer diff --git a/themes/vue/source/css/_demo.styl b/themes/vue/source/css/_demo.styl index d83b11062b..1477797835 100644 --- a/themes/vue/source/css/_demo.styl +++ b/themes/vue/source/css/_demo.styl @@ -9,6 +9,9 @@ -ms-user-select: none user-select: none overflow-x: auto + &.ltr + text-align: left + direction: ltr h1 margin: 0 0 .5em font-size: 1.8em diff --git a/themes/vue/source/css/_header.styl b/themes/vue/source/css/_header.styl index b63e8c62c9..f7b50d30da 100644 --- a/themes/vue/source/css/_header.styl +++ b/themes/vue/source/css/_header.styl @@ -42,6 +42,7 @@ body.docs margin: 0 .6em .nav-dropdown + text-align: right .nav-link &:hover, &.current border-bottom: none diff --git a/themes/vue/source/css/_scrimba.styl b/themes/vue/source/css/_scrimba.styl index be2cd296a5..d754b20fc8 100644 --- a/themes/vue/source/css/_scrimba.styl +++ b/themes/vue/source/css/_scrimba.styl @@ -7,7 +7,10 @@ a color #486491 !important position relative - padding-left 36px + padding-right 36px + display block + font-weight normal !important + line-height 25px &:before content '' position absolute @@ -15,7 +18,7 @@ width 30px height 30px top -5px - left -4px + right -4px border-radius 50% background-color #73abfe &:after @@ -25,7 +28,7 @@ width 0 height 0 top 5px - left 8px + right 6px border-top 5px solid transparent border-bottom 5px solid transparent border-left 8px solid #fff diff --git a/themes/vue/source/css/_sidebar.styl b/themes/vue/source/css/_sidebar.styl index 7389f74556..7eed122a78 100644 --- a/themes/vue/source/css/_sidebar.styl +++ b/themes/vue/source/css/_sidebar.styl @@ -2,9 +2,11 @@ .sidebar position: absolute + direction: ltr + border-left: solid 1px #eee z-index: 10 top: $header-height - left: 0 + right: 0 bottom: 0 overflow-x: hidden overflow-y: auto @@ -20,13 +22,15 @@ li margin-top: .5em .sidebar-inner + direction rtl width: 260px - padding: $content-padding-top + 40px 0px 60px 20px + padding: $content-padding-top + 40px 20px 60px 0px .version-select vertical-align: middle margin-left: 5px .menu-root padding-left: 0 + padding-inline-start: 0 .sidebar-link color: $light &.current @@ -63,19 +67,21 @@ margin: 0 @media screen and (max-width: 900px) + #ad + display: none .sidebar position: fixed z-index: 10 background-color: #f9f9f9 height: 100% top: 0 - left: 0 + right: 0 box-shadow: 0 0 10px rgba(0,0,0,.2) transition: all .4s cubic-bezier(0.4, 0, 0, 1) - -webkit-transform: translate(-280px, 0) - transform: translate(-280px, 0) + -webkit-transform: translate(280px, 0) + transform: translate(280px, 0) .sidebar-inner - padding: 50px 10px 10px 20px + padding: 10px 10px 10px 20px box-sizing: border-box .sidebar-inner-index padding: 10px 10px 10px 20px @@ -87,6 +93,11 @@ &.open -webkit-transform: translate(0, 0) transform: translate(0, 0) + padding-inline-start: 10px + ul + padding-inline-start: 10px + div.list + display: none @media print .sidebar diff --git a/themes/vue/source/css/_sponsors-index.styl b/themes/vue/source/css/_sponsors-index.styl index 3290e2bcda..1d542e2859 100644 --- a/themes/vue/source/css/_sponsors-index.styl +++ b/themes/vue/source/css/_sponsors-index.styl @@ -1,4 +1,5 @@ #sponsors + direction: rtl text-align: center padding: 35px 40px 45px background-color: #f6f6f6 diff --git a/themes/vue/source/css/_sponsors-sidebar.styl b/themes/vue/source/css/_sponsors-sidebar.styl index 1cada3a13d..b5e35a9774 100644 --- a/themes/vue/source/css/_sponsors-sidebar.styl +++ b/themes/vue/source/css/_sponsors-sidebar.styl @@ -36,7 +36,7 @@ position fixed z-index 99 top 90px - right 20px + left 20px @media screen and (min-width: 1300px) #sidebar-sponsors-platinum-left diff --git a/themes/vue/source/css/_syntax.styl b/themes/vue/source/css/_syntax.styl index ea683ac95a..56424af1d8 100644 --- a/themes/vue/source/css/_syntax.styl +++ b/themes/vue/source/css/_syntax.styl @@ -12,6 +12,10 @@ pre code display: block .hljs + &-comment + display inline-block + direction rtl + &-tag, &-tag &-title, &-change, diff --git a/themes/vue/source/css/_vue-mastery.styl b/themes/vue/source/css/_vue-mastery.styl index 57ed75d303..d7bedab018 100644 --- a/themes/vue/source/css/_vue-mastery.styl +++ b/themes/vue/source/css/_vue-mastery.styl @@ -8,7 +8,10 @@ a color #486491 !important position relative - padding-left 36px + padding-right 36px + display block + font-weight normal !important + line-height 25px &:before content '' position absolute @@ -16,7 +19,7 @@ width 30px height 30px top -5px - left -4px + right -4px border-radius 50% background-color #73abfe &:after @@ -26,7 +29,7 @@ width 0 height 0 top 5px - left 8px + right 6px border-top 5px solid transparent border-bottom 5px solid transparent - border-left 8px solid #fff \ No newline at end of file + border-left 8px solid #fff diff --git a/themes/vue/source/css/index.styl b/themes/vue/source/css/index.styl index 3795a04679..fa4fc3fc9a 100644 --- a/themes/vue/source/css/index.styl +++ b/themes/vue/source/css/index.styl @@ -29,6 +29,7 @@ body #hero, #news + direction: rtl padding: $space 40px 30px background-color: #fff .inner @@ -44,12 +45,13 @@ body .hero-logo width: 215px height: 215px - float: right - margin-right: 60px + float: left + margin-left: 60px h1 - font-weight: 300 + font-weight: 200 margin: 0 - font-size: 3.2em + font-size: 2.5em + line-height: 2em h2 font-family: $logo-font font-weight: 500 @@ -88,7 +90,7 @@ body .newsletter-input width: 100% box-sizing: border-box - padding: 10px 80px 10px 20px + padding: 10px 20px 10px 80px height: 50px border-radius: 50px border: 1px solid #ccc @@ -101,7 +103,7 @@ body padding: 4px 20px margin: 0 height: calc(100% - 8px) - right: 4px + left: 4px top: 4px #special-sponsor @@ -121,6 +123,7 @@ body #highlights background-color: #fff padding-bottom: 70px + direction: rtl .inner max-width: $width margin: 0 auto @@ -144,6 +147,7 @@ body padding: $space 0 color: #fff text-align: center + direction: rtl .social-icon margin 0 5px svg diff --git a/themes/vue/source/css/page.styl b/themes/vue/source/css/page.styl index c229717971..6f3474b629 100644 --- a/themes/vue/source/css/page.styl +++ b/themes/vue/source/css/page.styl @@ -54,7 +54,7 @@ display: inline-block vertical-align: middle width: 280px - margin-left: 20px + margin-right: 20px h1 margin: 0 0 1em h2, h3 @@ -80,9 +80,9 @@ content: "#" color: $green position: absolute - left: -0.7em + right: -0.7em margin-top: -0.05em - padding-right: 0.5em + padding-left: 0.5em font-size: 1.2em line-height: 1 font-weight: bold @@ -138,12 +138,14 @@ background-color: #f8f8f8 code background-color: #efefef + text-align: left + direction: ltr p &.tip, &.success padding: 12px 24px 12px 30px margin: 2em 0 - border-left-width: 4px - border-left-style: solid + border-right-width: 4px + border-right-style: solid background-color: $codebg position: relative border-bottom-right-radius: $radius @@ -151,7 +153,7 @@ &:before position: absolute top: 14px - left: -12px + right: -12px color: #fff width: 20px height: 20px @@ -166,12 +168,12 @@ em color: $medium &.tip - border-left-color: $red + border-right-color: $red &:before content: "!" background-color: $red &.success - border-left-color: $green + border-right-color: $green &:before content: "\f00c" font-family: FontAwesome @@ -181,6 +183,10 @@ margin-top: 2em height: 1em +/* just for display the table in ltr */ +.installation-guide + table + direction: ltr; .footer color: $light margin-top: 2em @@ -204,8 +210,8 @@ position: relative padding: 0 bottom: 0 - right: 0 - float: right + left: 0 + float: left padding: 0 0 20px 30px @media screen and (max-width: 900px) From fa08b01e1863942c0911cfd277e307367ffb93ba Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Mon, 23 Sep 2019 01:02:04 +0200 Subject: [PATCH 005/167] ignore VSCODE / JETBRAINS IDEs / OS files .. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b7ec505e3..70a794d491 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ + .DS_Store Thumbs.db db.json @@ -7,3 +8,6 @@ public/ .deploy*/ src/_drafts package-lock.json +.idea +.vscode +.cache From 36c3078862ab881c4bb5dd1c41f9a1cb5068e919 Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Mon, 23 Sep 2019 16:39:14 +0100 Subject: [PATCH 006/167] remove .vscode ---gitignore Co-Authored-By: Aissaoui Ahmed --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 70a794d491..835b6798a8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,4 @@ public/ src/_drafts package-lock.json .idea -.vscode .cache From 6ac0791229b6eb4606f265d21adc7d13100e7853 Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Mon, 23 Sep 2019 17:41:23 +0200 Subject: [PATCH 007/167] RTL for NAVBAR --update --fix --style .. --- themes/vue/layout/partials/header.ejs | 6 +++--- themes/vue/layout/partials/main_menu.ejs | 12 +++++++----- themes/vue/source/css/_common.styl | 2 +- themes/vue/source/css/_header.styl | 8 +++++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/themes/vue/layout/partials/header.ejs b/themes/vue/layout/partials/header.ejs index 0816e99d41..a916a038f7 100644 --- a/themes/vue/layout/partials/header.ejs +++ b/themes/vue/layout/partials/header.ejs @@ -1,9 +1,9 @@ diff --git a/themes/vue/layout/partials/main_menu.ejs b/themes/vue/layout/partials/main_menu.ejs index 7474e22f56..f0cb3d32b2 100644 --- a/themes/vue/layout/partials/main_menu.ejs +++ b/themes/vue/layout/partials/main_menu.ejs @@ -1,8 +1,4 @@ -
  • -
    - -
    -
  • + <%- partial('partials/learn_dropdown') %> <%- partial('partials/ecosystem_dropdown') %>
  • @@ -10,3 +6,9 @@
  • <%- partial('partials/support_vue_dropdown') %> <%- partial('partials/language_dropdown') %> + +
  • +
    + +
    +
  • \ No newline at end of file diff --git a/themes/vue/source/css/_common.styl b/themes/vue/source/css/_common.styl index 0e53bb6f77..023a7ca0ae 100644 --- a/themes/vue/source/css/_common.styl +++ b/themes/vue/source/css/_common.styl @@ -105,7 +105,7 @@ input.button overflow-y: auto position: absolute top: 100% - right: -15px + left: -20px background-color: #fff padding: 10px 0 border: 1px solid #ddd diff --git a/themes/vue/source/css/_header.styl b/themes/vue/source/css/_header.styl index f7b50d30da..0b0aff5eb5 100644 --- a/themes/vue/source/css/_header.styl +++ b/themes/vue/source/css/_header.styl @@ -30,7 +30,7 @@ body.docs margin: 0 padding: 0 position: absolute - right: 30px + left: 80px top: $heading-padding-vertical height: $header-height line-height: $header-height @@ -94,7 +94,7 @@ body.docs color: $dark outline: none border-radius: 15px - margin-right: 10px + margin-left: 10% transition: border-color .2s ease background: #fff url(../images/search.png) 8px 5px no-repeat background-size: 20px @@ -109,9 +109,11 @@ body.docs color: $dark font-family: $logo-font font-weight: 500 + position: absolute + left: 89% img vertical-align: middle - margin-right: 6px + margin-left: 6px width: $header-height height: $header-height From d09335a01bc4c30d2349d294df55147e5b326725 Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sat, 28 Sep 2019 22:05:24 +0200 Subject: [PATCH 008/167] fix header logo in navigation .. --- themes/vue/source/css/_header.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/source/css/_header.styl b/themes/vue/source/css/_header.styl index 0b0aff5eb5..3d5eca6a8d 100644 --- a/themes/vue/source/css/_header.styl +++ b/themes/vue/source/css/_header.styl @@ -110,7 +110,7 @@ body.docs font-family: $logo-font font-weight: 500 position: absolute - left: 89% + left: 80% img vertical-align: middle margin-left: 6px From 0bfc66b57d4f6a895774d3ab5f6230446784a2d8 Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sat, 28 Sep 2019 23:01:56 +0200 Subject: [PATCH 009/167] done home page --index.ejs .. --- themes/vue/layout/index.ejs | 39 +++++++++++++------------ themes/vue/layout/partials/sponsors.ejs | 10 +++---- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/themes/vue/layout/index.ejs b/themes/vue/layout/index.ejs index 10eed9f2ca..8e3d0192dd 100644 --- a/themes/vue/layout/index.ejs +++ b/themes/vue/layout/index.ejs @@ -13,13 +13,13 @@

    Vue.js

    - The Progressive
    JavaScript Framework + إطار جافاسكريبت
    مـتـكـامـل

    <%- partial('icons/play') %> - WHY VUE.JS? - ">GET STARTED + لماذا VUE.JS ؟ + ">إبدأ <%- partial('icons/github-dark') %> GITHUB @@ -29,33 +29,34 @@

    -

    Approachable

    -

    Already know HTML, CSS and JavaScript? Read the guide and start building things in no time!

    +

    إعتيادي

    +

    هل تعرف بالفعل HTML و CSS و JavaScript؟ إقرأ الدليل وإبدء في بناء مشاريعك في أي وقت من الأوقات!

    -

    Versatile

    -

    An incrementally adoptable ecosystem that scales between a library and a full-featured framework.

    +

    متعدد الاستعمالات

    +

    نظام شامل يخول لك الإستعمال سواء كمكتبة او كإطار عمل متكامل.

    -

    Performant

    +

    ذو أداء عالي

    - 20KB min+gzip Runtime
    - Blazing Fast Virtual DOM
    - Minimal Optimization Efforts + الحجم في وقت التنفيذ 20 كيلوبايت
    + نظام Virtual DOM سريع جدا
    + الحد الأدنى من الجهد الأمثل

    @@ -69,7 +70,7 @@
    -

    +

    - You can read the previous issues and listen to our podcast at news.vuejs.org. + يمكنك قراءة الإصدارات السابقة والاستماع إلى البودكاست الخاص بنا على news.vuejs.org.

    @@ -113,8 +114,8 @@ <%- partial('icons/medium') %>

    -

    Released under the MIT License
    - Copyright © 2014-<%- new Date().getFullYear() %> Evan You

    +

    صدر تحت رخصة MIT
    + حقوق النشر © 2014-<%- new Date().getFullYear() %> Evan You

    From b276fc3b56c9ac2244d208b221d525af52435c46 Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Sun, 29 Sep 2019 14:02:07 +0100 Subject: [PATCH 012/167] fix sponsor mot --fix --line 17 Co-Authored-By: Aissaoui Ahmed --- themes/vue/layout/partials/sponsors.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/layout/partials/sponsors.ejs b/themes/vue/layout/partials/sponsors.ejs index d149eb0019..f3b4fb158d 100644 --- a/themes/vue/layout/partials/sponsors.ejs +++ b/themes/vue/layout/partials/sponsors.ejs @@ -14,7 +14,7 @@ <%_ } _%>
    -"> كن كفيل! +">كن من مُمَوّلين!

    الكفلاء المنفتحون

    From 6160d52a1fc16413197e598b63252919f2c9fd6e Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Sun, 29 Sep 2019 14:02:24 +0100 Subject: [PATCH 013/167] fix sponsore translate --- line Co-Authored-By: Aissaoui Ahmed --- themes/vue/layout/partials/sponsors.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/layout/partials/sponsors.ejs b/themes/vue/layout/partials/sponsors.ejs index f3b4fb158d..30a8d371b1 100644 --- a/themes/vue/layout/partials/sponsors.ejs +++ b/themes/vue/layout/partials/sponsors.ejs @@ -1,4 +1,4 @@ -

    كفيل باتريون (Patreon)

    +

    مُمَوّل باتريون (Patreon)

    <%_ for (const sponsor of theme.platinum_sponsors) {_%> From 838fe98080c3857eba37f4ab54a0268ad56eacdb Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Sun, 29 Sep 2019 14:03:28 +0100 Subject: [PATCH 014/167] fix libe 20 --index Co-Authored-By: Aissaoui Ahmed --- themes/vue/layout/partials/sponsors.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/layout/partials/sponsors.ejs b/themes/vue/layout/partials/sponsors.ejs index 30a8d371b1..330feeb7a4 100644 --- a/themes/vue/layout/partials/sponsors.ejs +++ b/themes/vue/layout/partials/sponsors.ejs @@ -17,7 +17,7 @@ ">كن من مُمَوّلين! @@ -48,14 +48,14 @@

    متعدد الاستعمالات

    -

    نظام شامل يخول لك الإستعمال سواء كمكتبة او كإطار عمل متكامل.

    +

    يخول لك استعماله كمكتبة أو إطار عمل متكامل

    -

    ذو أداء عالي

    +

    عالي الأداء

    - الحجم في وقت التنفيذ 20 كيلوبايت
    - نظام Virtual DOM سريع جدا
    + الحجم وقت التنفيذ 20 كيلوبايت
    + نظام Virtual DOM فائق السرعة
    الحد الأدنى من الجهد الأمثل

    @@ -97,7 +97,7 @@ >

    - يمكنك قراءة القضايا السابقة والاستماع إلى البودكاست الخاص بنا على news.vuejs.org. + يمكنك قراءة العلل السابقة والاستماع إلى البودكاست الخاص بنا على news.vuejs.org.

    From de8746602d03579018e82684ed2892222fe6a19c Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:24:59 +0200 Subject: [PATCH 016/167] fix typo .. --- themes/vue/layout/partials/sponsors.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/layout/partials/sponsors.ejs b/themes/vue/layout/partials/sponsors.ejs index 330feeb7a4..ff1025c81f 100644 --- a/themes/vue/layout/partials/sponsors.ejs +++ b/themes/vue/layout/partials/sponsors.ejs @@ -1,4 +1,4 @@ -

    مُمَوّل باتريون (Patreon)

    +

    مُمَوّلو باتريون (Patreon)

    <%_ for (const sponsor of theme.platinum_sponsors) {_%> From a4d22be325d44b98fea2f7dc36065c0ce8ac4578 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Sun, 20 Oct 2019 13:55:07 +0100 Subject: [PATCH 017/167] docs: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
    الهمزات في أول فعل اﻷمر تكون همزات وصل لا همزات قطع.
    --- themes/vue/layout/index.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/vue/layout/index.ejs b/themes/vue/layout/index.ejs index 5936bb8e0f..20ae818ca5 100644 --- a/themes/vue/layout/index.ejs +++ b/themes/vue/layout/index.ejs @@ -19,7 +19,7 @@
    <%- partial('icons/play') %> لماذا VUE.JS ؟ - ">إبدأ + ">ابدأ <%- partial('icons/github-dark') %> GITHUB @@ -43,7 +43,7 @@

    إعتيادي

    -

    هل تعرف بالفعل HTML و CSS و JavaScript؟ إقرأ الدليل وإبدء في بناء مشاريعك في أي وقت من الأوقات!

    +

    هل تعرف بالفعل HTML وCSS وJavaScript؟ اقرأ الدليل وابدأ في بناء مشاريعك في أي وقت من الأوقات!

    @@ -70,7 +70,7 @@
    -

    +