mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
refs #3093: revert non-related changed line
This commit is contained in:
@@ -192,7 +192,7 @@ class ExtraTranslatableNodes(Transform):
|
||||
"""
|
||||
make nodes translatable
|
||||
"""
|
||||
default_priority = 9
|
||||
default_priority = 10
|
||||
|
||||
def apply(self):
|
||||
targets = self.document.settings.env.config.gettext_additional_targets
|
||||
|
||||
Reference in New Issue
Block a user