Skip to content

Commit 114777c

Browse files
docs: Fix arabic es6 page layout to rtl (nodejs#4962)
The article direction is set to "auto" , which detect the direction based on the first content. The first content of the page was ES6 which is in latin letters, the page direction is set to "ltr" automatically. I added the word "نسخة" which is the arabic equivalent of "version". It keeps the meaning the same but fixes the layout.
1 parent cc40f8f commit 114777c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/ar/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ECMAScript 2015 (ES6) و ما بعدها
33
layout: docs.hbs
44
---
55

6-
# ECMAScript 2015 (ES6) و ما بعدها
6+
# نسخة ECMAScript 2015 (ES6) و ما بعدها
77

88
تم بناء الـ Node.js باستعمال نسخ حديثة من الـ [V8](https://v8.dev/docs/profile)، وهذا يضمن إتاحة آخر المميزات الخاصة بالجافاسكريبت والموافقة لـ [مواصفات JavaScript ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm) للمطورين في الوقت المناسب، إضافة إلى التحسينات المستمرة في الأداء والثبات.
99

0 commit comments

Comments
 (0)