Giter Site home page Giter Site logo

arabi's Introduction

بسم الله الرحمن الرحيم

شريط أيقوني - جافاسكريب بالعربي

// هذه جافاسكريبت المعربة
عرف مصفوفة_الأرقام =
	انشئ مصفوفة(10)
	.املئ(0)
	.قلل(
		(م)=> {
			م.ادفع(م[م.طول-1]+1)؛ ارجع م؛
		}، [1]
	)؛
لكل(عرف ر من مصفوفة_الأرقام) لوحة.اطبع(ر)؛

⬅️ بعض المناقشات: أهلا بكم في جافاسكريبت بالعربية, رصد للواقع ومقترحات.

طريقة الاستخدام

❯ npm i -D @arabi/core @arabi/maps
❯ npm i @arabi/translate
const arabi = require('@arabi/core');
const arabiMaps = require('@arabi/maps');

const options = {
  input: '/path/to/file/or/dir',
  output: '/another/path', // the output is the same type as input
  // if input is dir, and you have an entry point
  // otherwise all files will be translated independently
  entry: '/path/to/the/entry',
  maps: arabiMaps.window
};

arabi.translate(options);

بعض الأمثلة

يمكنك الوصول للأمثلة من خلال المسار الفرعي .\أمثلة، حيث يمكنك النظر فيها مباشرة واستكشاف كيف تم التعريب بناءا على معرفتك بالجافاسكريبت.

لبناء الأمثلة:

> yarn examples:build # بناء كل الأمثلة
> yarn workspace @arabi/example1 build # بناء المثال الأول
> yarn workspaces --include '@arabi/example{1..3}' build # بناء الأمثلة من 1 إلى 3

لوحة لغة الوسوم التشعبية (لوت)

أمثلة/4.لوحة-لغة-الوسوم-التشعبية

استعراض

الطارة في الطرفية

أمثلة/5.الدونت-الطارة

استعراض

الخطوات القادمة

انظر تبويب projects.

الترخيص

MIT

arabi's People

Contributors

muhammadsawalhy avatar

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.