google / mdbook-i18n-helpers

Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.
Apache License 2.0
126 stars 25 forks source link

Test extracting text from multiple books #115

Closed mgeisler closed 9 months ago

mgeisler commented 9 months ago

This expands our testing to test extracting text from both the Rust Book and Comprehensive Rust. We only check the format of the generated POT file right now, but we might be able to expand this to other checks later.

mgeisler commented 9 months ago

Hi @dyoo, I could use a similar matrix technique to run the fuzz tests in parallel. That would halve the running time of that test.

mgeisler commented 9 months ago

Looks reasonable to me, but to be honest, I'm not familiar with github workflows!

Not many people are :smile: But you see the two jobs on the checks tab and so you can inspect that it works as intended.