تعريب Bootstrap 2.x
صمم هذا التعريب ليستخدم على شكل إضافة فوق الملفات الأصلية.
بعد كل ملف ضع النسخة العربية منه (يعني مكان .min ضع .rtl) لكن تأكد من اتباع ما يلي:
<link rel='stylesheet' href='css/bootstrap.min.css' type='text/css' /> <link rel='stylesheet' href='css/bootstrap.rtl.css' type='text/css' /> <!-- your custom CSS goes here --> <!-- make sure the responsive parts are at the end --> <link rel='stylesheet' href='css/bootstrap-responsive.min.css' type='text/css' /> <link rel='stylesheet' href='css/bootstrap-responsive.rtl.css' type='text/css' /> <!-- make sure the the extra RTL file as the last thing --> <link rel='stylesheet' href='css/rtl-xtra.min.css' type='text/css' />
يمكنك استعمال CDN في توصيل الملفات الأصلية bootstrap.min.css و bootstrap-responsive.min.css هكذا:
<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css' type='text/css' /> <link rel='stylesheet' href='css/bootstrap.rtl.css' type='text/css' /> <!-- your custom CSS goes here --> <!-- make sure the responsive parts are at the end --> <link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap-responsive.min.css' type='text/css' /> <link rel='stylesheet' href='css/bootstrap-responsive.rtl.css' type='text/css' /> <!-- make sure the the extra RTL file as the last thing --> <link rel='stylesheet' href='css/rtl-xtra.min.css' type='text/css' />
يفضل أن يكون كود HTML المستخدم في توزيع مكونات الصفحة واحد لللغتين
بعض الأصناف/الفئات classes تشير للاتجاه الأيمن أو الأيسر وذلك متضمن في اسمها لذلك يفضل أن تتجنبها مثل:
حتى تستخدم نفس الكود في الصفحات العربية والإنجليزية نستخدم start و end للإشارة لليمين واليسار بحسب اللغة هكذا
يمكنك وضع شيء على أحد الزوايا الأربعة لأي صندووق عبر