summaryrefslogtreecommitdiff
path: root/sphinx/transforms/i18n.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-07-241-5/+9
|\
| * Fix #4888: i18n: Failed to add an explicit title to ``:ref:`` roleTakeshi KOMIYA2020-07-191-5/+9
* | Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA2020-07-191-2/+7
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-021-8/+3
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney2019-12-161-2/+3
* Fix #6743: i18n: rst_prolog breaks the translationTakeshi KOMIYA2019-10-201-14/+21
* Fix #6718: i18n: KeyError is raised if section title and table title are sameTakeshi KOMIYA2019-10-201-1/+1
* Migrate to py3 style type annotation: sphinx.transforms.i18nTakeshi KOMIYA2019-08-211-20/+15
* refactor: SphinxStandaloneReader should not hold an application objectTakeshi KOMIYA2019-08-201-1/+2
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-0/+13
* Rename find_catalog() to docname_to_domain()Takeshi KOMIYA2019-02-271-2/+2
* refactor: deprecate some pycompat functionsTakeshi KOMIYA2019-01-071-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-8/+7
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-1/+1
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-3/+3
* | Fix annotationsTakeshi KOMIYA2018-12-081-10/+12
* | Fix annotations for i18nTakeshi KOMIYA2018-12-011-36/+37
* | Fix annotations (in some modules)Takeshi KOMIYA2018-12-011-18/+18
* | Fix annotations for transformsTakeshi KOMIYA2018-11-291-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-6/+6
* | Merge branch '1.8'jfbu2018-11-061-7/+7
|\ \ | |/
| * Fix #3002: i18n: multiple footnote_references referring same footnote causes ...Takeshi KOMIYA2018-11-011-7/+7
* | Merge pull request #5346 from tk0miya/add_NodeMatcherTakeshi KOMIYA2018-08-291-31/+16
|\ \ | |/ |/|
| * Apply NodeMatcher to SphinxTakeshi KOMIYA2018-08-261-31/+16
* | Fix i18n: warnings for translation catalogs have wrong line numbersTakeshi KOMIYA2018-08-221-2/+2
|/
* Merge branch '1.7'Takeshi KOMIYA2018-07-171-7/+12
|\
| * Fix #3329: i18n: crashed by auto-symbol footnote referencesTakeshi KOMIYA2018-07-151-7/+12
* | Merge branch '1.7'Takeshi KOMIYA2018-05-141-5/+24
|\ \ | |/
| * fix #4938: i18n doesn't handle node.title correctly (#4939)Takayuki SHIMIZUKAWA2018-05-111-5/+24
* | Drop `document.settings.gettext_compact`Takeshi KOMIYA2018-03-301-2/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-11/+11
* | Fix mypy violationsTakeshi KOMIYA2018-02-261-3/+5
* | Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+1
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-3/+3
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3