You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-01 04:34:52 +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:
@ -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
|
||||||
|
Reference in New Issue
Block a user