docutils.languages.it module

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

labels = {'abstract': 'Riassunto', 'address': 'Indirizzo', 'attention': 'Attenzione!', 'author': 'Autore', 'authors': 'Autori', 'caution': 'Cautela!', 'contact': 'Contatti', 'contents': 'Indice', 'copyright': 'Copyright', 'danger': '!PERICOLO!', 'date': 'Data', 'dedication': 'Dedica', 'error': 'Errore', 'hint': 'Suggerimento', 'important': 'Importante', 'note': 'Nota', 'organization': 'Organizzazione', 'revision': 'Revisione', 'status': 'Status', 'tip': 'Consiglio', 'version': 'Versione', 'warning': 'Avvertenza'}

Mapping of node class name to label text.

bibliographic_fields = {'autore': 'author', 'autori': 'authors', 'contatto': 'contact', 'copyright': 'copyright', 'data': 'date', 'dedica': 'dedication', 'indirizzo': 'address', 'organizzazione': 'organization', 'revisione': 'revision', 'riassunto': 'abstract', 'status': 'status', 'versione': 'version'}

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

author_separators = [';', ',']

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