mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-03 18:15:31 +02:00
svgbob should run after gettext (#429)
svgbob translates `_text_` into `*text*`, which makes gettext fail to translate paragraphs with `_text_`. Co-authored-by: Jooyung Han <jooyung@google.com>
This commit is contained in:
parent
00edafbf77
commit
b6a55e419c
@ -20,6 +20,7 @@ renderers = ["html"]
|
|||||||
|
|
||||||
[preprocessor.svgbob]
|
[preprocessor.svgbob]
|
||||||
renderers = ["html"]
|
renderers = ["html"]
|
||||||
|
after = ["gettext"]
|
||||||
class = "bob"
|
class = "bob"
|
||||||
|
|
||||||
# Enable this preprocessor to overlay a large red rectangle on the
|
# Enable this preprocessor to overlay a large red rectangle on the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user