docutils.languages.es module
Spanish-language mappings for language-dependent features of Docutils.
- labels = {'abstract': 'Resumen', 'address': 'Dirección', 'attention': '¡Atención!', 'author': 'Autor', 'authors': 'Autores', 'caution': '¡Precaución!', 'contact': 'Contacto', 'contents': 'Contenido', 'copyright': 'Copyright', 'danger': '¡PELIGRO!', 'date': 'Fecha', 'dedication': 'Dedicatoria', 'error': 'Error', 'hint': 'Sugerencia', 'important': 'Importante', 'note': 'Nota', 'organization': 'Organización', 'revision': 'Revisión', 'status': 'Estado', 'tip': 'Consejo', 'version': 'Versión', 'warning': 'Advertencia'}
Mapping of node class name to label text.
- bibliographic_fields = {'autor': 'author', 'autores': 'authors', 'contacto': 'contact', 'copyright': 'copyright', 'dedicatoria': 'dedication', 'dirección': 'address', 'estado': 'status', 'fecha': 'date', 'organización': 'organization', 'resumen': 'abstract', 'revisión': 'revision', 'versión': 'version'}
Spanish (lowcased) to canonical name mapping for bibliographic fields.
- author_separators = [';', ',']
List of separator strings for the ‘Authors’ bibliographic field. Tried in order.