docutils.languages.ko module
Korean-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 = {'날짜': 'date', '리비전': 'revision', '버전': 'version', '상태': 'status', '연락처': 'contact', '요약': 'abstract', '저자': 'author', '저자들': 'authors', '저작권': 'copyright', '조직': 'organization', '주소': 'address', '헌정': 'dedication'}
Korean to canonical name mapping for bibliographic fields.
- author_separators = [';', ',']
List of separator strings for the ‘Authors’ bibliographic field. Tried in order.