mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
@@ -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',
|
||||
])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user