docutils.languages.he module

Hebrew-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 = {'איש קשר': 'contact', 'ארגון': 'organization', 'גרסה': 'version', 'הקדשה': 'dedication', 'זכויות שמורות': 'copyright', 'כתובת': 'address', 'מהדורה': 'revision', 'מחבר': 'author', 'מחברי': 'authors', 'סטטוס': 'status', 'תאריך': 'date', 'תקציר': 'abstract'}

Hebrew to canonical name mapping for bibliographic fields.

author_separators = [';', ',']

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