docutils.parsers.rst.languages.sv module
Swedish language mappings for language-dependent features of reStructuredText.
- directives = {'akta': 'caution', 'anmärkning': 'admonition', 'bild': 'image', 'container': 'container', 'csv-tabell': 'csv-table', 'datum': 'date', 'epigraf': 'epigraph', 'ersätta': 'replace', 'fara': 'danger', 'fel': 'error', 'figur': 'figure', 'höjdpunkter': 'highlights', 'inkludera': 'include', 'innehåll': 'contents', 'klass': 'class', 'kod': 'code', 'list-tabell': 'list-table', 'matematik': 'math', 'meta': 'meta', 'notera': 'note', 'observera': 'attention', 'parsed-literal (translation required)': 'parsed-literal', 'pull-quote (translation required)': 'pull-quote', 'rad-block': 'line-block', 'roll': 'role', 'rubrik': 'rubric', 'rå': 'raw', 'sammansatt': 'compound', 'sektionsnumrering': 'sectnum', 'sidfot': 'footer', 'sidhuvud': 'header', 'sidorad': 'sidebar', 'standardroll': 'default-role', 'tabell': 'table', 'target-notes (translation required)': 'target-notes', 'tema': 'topic', 'tips': 'tip', 'titel': 'title', 'unicode': 'unicode', 'varning': 'warning', 'viktigt': 'important', 'vink': 'hint', 'ämne': 'topic'}
Swedish name to registered (in directives/__init__.py) directive name mapping.
- roles = {'akronym': 'acronym', 'anonym-referens': 'anonymous-reference', 'betoning': 'emphasis', 'bokstavlig': 'literal', 'citat-referens': 'citation-reference', 'ersättnings-referens': 'substitution-reference', 'fotnot-referens': 'footnote-reference', 'förkortning': 'abbreviation', 'index': 'index', 'kod': 'code', 'matematik': 'math', 'mål': 'target', 'namngiven-referens': 'named-reference', 'nedsänkt': 'subscript', 'pep-referens': 'pep-reference', 'rfc-referens': 'rfc-reference', 'rå': 'raw', 'stark': 'strong', 'titel-referens': 'title-reference', 'upphöjd': 'superscript', 'uri-referens': 'uri-reference'}
Mapping of Swedish role names to canonical role names for interpreted text.