i18n: process math_block as a literal node

This commit is contained in:
Victor "multun" Collod 2020-07-16 19:54:29 -07:00
parent a4494e87b0
commit 602105826a

View File

@ -242,6 +242,7 @@ def is_translatable(node: Node) -> bool:
LITERAL_TYPE_NODES = (
nodes.literal_block,
nodes.doctest_block,
nodes.math_block,
nodes.raw,
)
IMAGE_TYPE_NODES = (