feat: implement Arabic language support with RTL layout and automated translation scripts

This commit is contained in:
Ümit Tunç
2026-05-19 23:57:03 +03:00
parent bbe26d22af
commit fc0ebf1a28
19 changed files with 1166 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'title' => 'دليل المستخدم',
'navigation_label' => 'دليل المستخدم',
'menu_title' => 'أدلة',
'search_placeholder' => 'البحث عن الدليل...',
'no_guides' => 'لا يوجد ملف يدوي حتى الآن.',
'no_guide_selected' => 'لم يتم تحديد أي دليل',
'select_guide_from_menu' => 'الرجاء اختيار دليل من القائمة اليسرى.',
'last_updated' => 'التحديث الأخير',
'no_results' => 'لم يتم العثور على نتائج بحث.',
];