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

Wrap the source lines like `msgmerge` does #93

Closed mgeisler closed 11 months ago

mgeisler commented 11 months ago

This will reduce churn between the output of mdbook-xgettext and msgmerge. See https://github.com/google/comprehensive-rust/pull/1245 for an example PR which would shrink with this feature.

Part of #32, but we still have differences in the way the messages themselves are wrapped.