diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-06-26 20:43:28 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-06-26 20:43:28 +0000 |
| commit | 8c348ea8c72a7cedf1422e781b80cb43955a9ab3 (patch) | |
| tree | 3397d282f27b27021331d54c2842183d225f7768 /docutils | |
| parent | c6d8b9ac2cfba00be716b022f60bd6dbdd8a5cfe (diff) | |
| download | docutils-8c348ea8c72a7cedf1422e781b80cb43955a9ab3.tar.gz | |
added subdocs directive (the last commit should have been ru.py only :-/)
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5279 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/parsers/rst/languages/ru.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/parsers/rst/languages/ru.py b/docutils/parsers/rst/languages/ru.py index 86c3b20e8..6bb98b664 100644 --- a/docutils/parsers/rst/languages/ru.py +++ b/docutils/parsers/rst/languages/ru.py @@ -62,6 +62,8 @@ directives = { u'\u044d\u043f\u0438\u0433\u0440\u0430\u0444': u'epigraph', u'header (translation required)': 'header', u'footer (translation required)': 'footer', + 'subdocuments (translation required)': 'subdocs', + 'subdocs (translation required)': 'subdocs', #'footnotes (translation required)': 'footnotes', #'citations (translation required)': 'citations', u'\u0446\u0435\u043b\u0435\u0432\u044b\u0435-\u0441\u043d\u043e\u0441\u043a\u0438': |
