Fixed #1771: automated .mo building doesn't work properly with template translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file.

This commit is contained in:
shimizukawa
2015-03-16 23:01:16 +09:00
parent ef3a1f7b2e
commit 30d6d72f47
5 changed files with 38 additions and 12 deletions

View File

@@ -77,8 +77,8 @@ def test_get_catalogs_for_xx(dir):
assert domains == set([
'test1',
'test2',
path.normpath('sub/test4'),
path.normpath('sub/test5'),
'sub/test4',
'sub/test5',
])
@@ -131,8 +131,8 @@ def test_get_catalogs_for_xx_without_outdated(dir):
assert domains == set([
'test1',
'test2',
path.normpath('sub/test4'),
path.normpath('sub/test5'),
'sub/test4',
'sub/test5',
])