# تعريب الجافاسكربت https://suar.me/Z7L3J > يمكنك قراءة هذا المقال من خلال مستودع المشروع على جيتهاب: https://github.com/javascript-in-arabic/core ## طريقة الاستخدام كود الجافاسكريبت الذي يتم ترجمته من خلال الإعدادات السابقة: https://suar.me/lV9Av // تصطيب الحزم المسؤولة عن عمليتي الترجمة والتنفيذ ❯ npm i -D @arabi/core && npm i @arabi/translate @arabi/maps // كتابة أكواد استدعاء الحزم وإطلاق عملية الترجمة 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