summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | fix tests correspond to 6c70ca26a841 (Divide test_intl target ...)Nozomu Kaneko2013-01-061-10/+6
| | | | |
* | | | | resolve conflictsNozomu Kaneko2013-01-061-0/+37
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mergeNozomu Kaneko2013-01-051-0/+37
| |\ \ \ \
| | * | | | make docfield translatableNozomu Kaneko2012-12-181-0/+37
| | | |_|/ | | |/| |
* | | | | Divide test_intl target source files for speed-up.Takayuki Shimizukawa2013-01-061-65/+58
| | | | |
* | | | | Closes #976: Fix gettext does not extract index entries.Takayuki Shimizukawa2013-01-051-0/+34
|/ / / /
* | | | Closes #940: Fix gettext does not extract figure caption.Takayuki Shimizukawa2013-01-051-0/+16
| | | | | | | | | | | | | | | | | | | | This is docutils issue. see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032
* | | | Fix ``test_i18n_literalblock_warning`` which would sometimes fail due to the ↵Jonathan Waltman2013-01-031-1/+1
| |/ / |/| | | | | | | | text wrapping of error messages.
* | | Add regression test for gettext does not extract definition terms. Closes #975Takayuki Shimizukawa2013-01-011-0/+17
| | |
* | | remove useless commentsNozomu Kaneko2012-12-191-3/+3
| | |
* | | fix #1058: footnote backlinks with i18nNozomu Kaneko2012-12-191-0/+20
|/ /
* | Avoid unusable warning in using i18n translation. Closes #1057.Takayuki Shimizukawa2012-12-161-0/+22
|/ | | | And there is related information at pull request #86
* Fix minor bugs in test_intl.py causing tests to fail under python 2.5Jonathan Waltman2012-12-111-6/+5
| | | | | | | | os.path.relpath not defined in Python 2.5, use equivalent from sphinx.util.pycompat Also avoid trying to create an existing directory when remnants exist of an earlier failed build
* Update warnings for inconsistency reference translations. Thanks @jonwaltman!Takayuki Shimizukawa2012-12-071-2/+7
|
* fix: rescue extra named-reference that appeared in same translation message.Takayuki Shimizukawa2012-12-051-4/+6
|
* change: Make readable-text a priority.Takayuki Shimizukawa2012-12-051-2/+18
| | | | If the number of reference does not match then some links will be broken.
* move i18n test documents to i18n subdir.Takayuki Shimizukawa2012-12-051-18/+25
|
* refactoringTakayuki Shimizukawa2012-12-051-21/+22
|
* checking whether the number of references is equal in both the translated ↵Takayuki Shimizukawa2012-12-051-1/+27
| | | | form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references.
* fix #1044 refs #955: fix external/inline links with localizationTakayuki Shimizukawa2012-11-271-1/+42
|
* fix #955: consider the numbered-footnote. update test and codeTakayuki Shimizukawa2012-11-221-2/+3
|
* fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵Takayuki Shimizukawa2012-11-221-1/+24
| | | | nodes in translation' change at b7b808e46851 break translation.
* Fixed a bug in test_intl.py: teardown didn't get called if the test was skippedTim Martin2011-04-171-0/+5
|
* Split up tests for locale patching.Robert Lehmann2010-11-141-2/+8
|
* Split up sphinx-i18n tests into build and patch phase.Robert Lehmann2010-11-141-0/+54