docutils.languages.fr module
French-language mappings for language-dependent features of Docutils.
- labels = {'abstract': 'Résumé', 'address': 'Adresse', 'attention': 'Attention!', 'author': 'Auteur', 'authors': 'Auteurs', 'caution': 'Avertissement!', 'contact': 'Contact', 'contents': 'Sommaire', 'copyright': 'Copyright', 'danger': '!DANGER!', 'date': 'Date', 'dedication': 'Dédicace', 'error': 'Erreur', 'hint': 'Indication', 'important': 'Important', 'note': 'Note', 'organization': 'Organisation', 'revision': 'Révision', 'status': 'Statut', 'tip': 'Astuce', 'version': 'Version', 'warning': 'Avis'}
Mapping of node class name to label text.
- bibliographic_fields = {'adresse': 'address', 'auteur': 'author', 'auteurs': 'authors', 'contact': 'contact', 'copyright': 'copyright', 'date': 'date', 'dédicace': 'dedication', 'organisation': 'organization', 'résumé': 'abstract', 'révision': 'revision', 'statut': 'status', 'version': 'version'}
French (lowcased) to canonical name mapping for bibliographic fields.
- author_separators = [';', ',']
List of separator strings for the ‘Authors’ bibliographic field. Tried in order.