Jonathan Waltman
cf4166fa58
Fix `test_i18n_literalblock_warning
` which would sometimes fail due to the text wrapping of error messages.
2013-01-03 13:55:26 -06:00
Takayuki Shimizukawa
7022b6f251
Add regression test for gettext does not extract definition terms. Closes #975
2013-01-01 14:17:53 +09:00
Nozomu Kaneko
40b5167657
remove useless comments
2012-12-19 08:02:21 +09:00
Nozomu Kaneko
ccd8067ee5
fix #1058 : footnote backlinks with i18n
2012-12-19 07:49:17 +09:00
Takayuki Shimizukawa
6e044aedbc
Avoid unusable warning in using i18n translation. Closes #1057 .
...
And there is related information at pull request #86
2012-12-16 22:56:38 +09:00
Jonathan Waltman
29f768e48f
Fix minor bugs in test_intl.py causing tests to fail under python 2.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
2012-12-11 01:36:50 -06:00
Takayuki Shimizukawa
21355d3249
Update warnings for inconsistency reference translations. Thanks @jonwaltman!
2012-12-07 16:38:21 +09:00
Takayuki Shimizukawa
bfe96c14a7
fix: rescue extra named-reference that appeared in same translation message.
2012-12-05 20:52:19 +09:00
Takayuki Shimizukawa
e9275d3f0c
change: Make readable-text a priority.
...
If the number of reference does not match then some links will be broken.
2012-12-05 19:35:07 +09:00
Takayuki Shimizukawa
e9f3ad438b
move i18n test documents to i18n subdir.
2012-12-05 13:38:04 +09:00
Takayuki Shimizukawa
8a1cb70354
refactoring
2012-12-05 13:11:30 +09:00
Takayuki Shimizukawa
2472dcec39
checking whether the number of references is equal in both the translated form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references.
2012-12-05 13:11:16 +09:00
Takayuki Shimizukawa
c347b50330
fix #1044 refs #955 : fix external/inline links with localization
2012-11-27 17:30:08 +09:00
Takayuki Shimizukawa
f50091b643
fix #955 : consider the numbered-footnote. update test and code
2012-11-22 12:12:41 +09:00
Takayuki Shimizukawa
30c3fff6d7
fixed #955 : footnote i18n translation cause KeyError and 'Only update text nodes in translation' change at b7b808e46851 break translation.
2012-11-22 11:43:09 +09:00
Tim Martin
4fb8139f36
Fixed a bug in test_intl.py: teardown didn't get called if the test was skipped
2011-04-17 00:22:10 +01:00
Robert Lehmann
3de93d83d6
Split up tests for locale patching.
2010-11-14 19:50:30 +01:00
Robert Lehmann
f055c1593f
Split up sphinx-i18n tests into build and patch phase.
2010-11-14 19:42:50 +01:00