Git Product home page Git Product logo

ar.javascript.info's People

Contributors

3imed-jaberi avatar abdelrhmanali29 avatar afilahkle avatar ahmed-adel3 avatar atefbb avatar bezart avatar brentguf avatar dagolinuxoid avatar darryl1702 avatar dvmhmdsd avatar hadrysmateusz avatar hrodward avatar iliakan avatar imidom avatar jchue avatar joaquinelio avatar l1un avatar leviding avatar lex111 avatar lumosmind avatar maurodibert avatar omariohassan avatar paroche avatar peachesontour avatar romchik avatar salah856 avatar simmayor avatar usernamehw avatar violet-bora-lee avatar vsemozhetbyt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ar.javascript.info's Issues

Comment section Broken line

hello , i've noticed that there is a problem accros the site in comment section.
image
here is the fix
.comments__read-before {
position: absolute;
top: 10px;
/* right: 0; */
left: 0;
}

Arabic formatting

Hi guys @javascript-tutorial/translate-ar,

I found a bunch of errors in formatting, so here's a small note.

  1. The quote type matters: a backtick ` should remain backtick `. If there are multiple backticks, please keep exactly the same number.
  2. In header=... and src=... - please, no spaces around = (src = "..." is wrong, src="..." is ok)
  3. Please, use https://github.com/javascript-tutorial/server to preview your translation.

I fixed some obvious problems, but there must be more, only preview can help to make sure it's ok.

Deploy

Hi,

Could you please translate phrases in these files?
copy.zip

Then zip back and attach here.

Some of them, like ebook-related can be skipped, but they are small, I just gathered all the locales.

اصلاح بعض أخطاء الـ css , margin, padding, align

/*
هذه بعض الاصلاحات الضرورية في التصميم لتصحيح الاتجاهات في النسخة العربية
*/
`
.frontpage-search__button {

  /*margin-left: 20px;*/
  margin-right: 20px;

}

.sitetoolbar__content{

  padding: 0 10px;

}
.sitetoolbar__lang-switcher .sitetoolbar__dropdown-body:before {

/*right: auto;*/
/*left: 21px;*/
right: 21px;
left: auto;

}
.sitetoolbar__lang-switcher .sitetoolbar__dropdown-body {

/*right: auto;*/
/*left: -15px;*/
right: -15px;
left: auto;

}
.comments__read-before {

/*right:0;*/
left: 0;

}
.page-footer__item:not(:nth-last-child(-n+1)):after {

margin: 12px;

}

.frontpage-banner__github, .frontpage-banner__subscribe, .frontpage-banner__updated-at {

/*margin-right: 25px;*/
margin-left: 25px;

}

.about-team__member-upic {

/*margin-left: 16px;*/
margin-left: 16px;

}

.about-maintainers__member-upic {

/*margin-right: 16px;*/
margin-left: 16px;

}

.about-contributors__table {

/*text-align: left;*/
text-align: right;

}
.about-contributors__userpic {

/* margin-right: 8px; */
margin-left: 8px;

}
.about-contacts__phone{

direction:ltr;
text-align:right;

}
`

Poor translation

I was going through the articles, and... oh my god. The amount of poor translations (almost in every paragraph in every article) is insanly huge.
From language mistakes, to meaning mistakes, to formatting mistakes, to presentation mistakes, it's just a can full of worms.

This “issue” can be classified as “rethink translation”.
I'm ready to point to mistakes in any article you want.

Solution

I’ll be honest and say, re-translate everything.

Fixing UI

@iliakan
I can't find this part when running locally to fix the UI issues
image

Just getting this

image

Merging Conflicts

I'm trying to Sync with upstream and found that there are a lot of conflicts are merged by @iliakan
How to fix this
image

Cannot select other languages from Arabic page

Language selection overlay is outside the viewport.

Step to reproduce:

  1. Navigate to ar.Javascript.info
  2. Click on Language selection icon on the right side of viewport
  3. observe the overlay.

image

Arabic Translation Progress

Maintainer List

@alahnomi, @Jamil-Bailony, @3imed-jaberi, @atefBB, @afilahkle

For New Translators

Please read this first (click to open)

To translate an article:

  1. Check that no one else has claimed your article in the checklist below.
  2. Comment below with the title of the article that you would like to translate, exactly as listed, e.g. An Introduction to JavaScript.
    • Please take only one article at a time.
  3. Fork this repo, translate the article in your fork and submit a pull request!
    • The pull request title should be same as the article, e.g. An Introduction to JavaScript (just like comment)

Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.

For Maintainers

Click to open

We recommend that a translation has 2 reviews to be merged.

Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them.

Translations are tracked below, like this:

Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at https://javascript.info/translate/bot.

If something doesn't work right, please contact @iliakan.

Team translation

More details about team translation: https://javascript.info/translate/bot.

Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.

The JavaScript language

An introduction

JavaScript Fundamentals

Code quality

Objects: the basics

Data types

Advanced working with functions

Object properties configuration

Prototypes, inheritance

Classes

Error handling

Promises, async/await

Generators, advanced iteration

Modules

Miscellaneous

Browser: Document, Events, Interfaces

Document

Introduction to Events

UI Events

Forms, controls

Document and resource loading

Miscellaneous

Frames and windows

Binary data, files

Network requests

Storing data in the browser

Animation

Web components

Regular expressions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.