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
127 stars 25 forks source link

Skip extracting whitespace-only messages #111

Closed mgeisler closed 10 months ago

mgeisler commented 10 months ago

This skips empty messages and messages consisting of whitespace only.

Fixes #64.

mgeisler commented 10 months ago

With this, we can now extract messages from the Rust Book and the second commits implements a test for this!