docutils.languages.ar module

Arabic-language mappings for language-dependent features of Docutils.

labels = {'abstract': 'ملخص', 'address': 'العنوان', 'attention': 'تنبيه', 'author': 'المؤلف', 'authors': 'المؤلفون', 'caution': 'احتیاط', 'contact': 'اتصل', 'contents': 'المحتوى', 'copyright': 'الحقوق', 'danger': 'خطر', 'date': 'تاریخ', 'dedication': 'إهداء', 'error': 'خطأ', 'hint': 'تلميح', 'important': 'مهم', 'note': 'ملاحظة', 'organization': 'التنظيم', 'revision': 'مراجعة', 'status': 'الحالة', 'tip': 'نصيحة', 'version': 'نسخة', 'warning': 'تحذير'}

Mapping of node class name to label text.

bibliographic_fields = {'إهداء': 'dedication', 'اتصل': 'contact', 'التنظيم': 'organization', 'الحالة': 'status', 'الحقوق': 'copyright', 'العنوان': 'address', 'تاریخ': 'date', 'مؤلف': 'author', 'مؤلفون': 'authors', 'مراجعة': 'revision', 'ملخص': 'abstract', 'نسخة': 'version'}

Arabic (lowcased) to canonical name mapping for bibliographic fields.

author_separators = ['؛', '،']

List of separator strings for the ‘Authors’ bibliographic field. Tried in order.