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

Release 0.3.0 #116

Closed mgeisler closed 9 months ago

mgeisler commented 9 months ago

Version 0.3.0 (2023-11-09)

This release changes how code blocks are treated: we now only extract literal strings and comments. Other parts of the code block is ignored. This vastly improves the experience when translating books with many code samples. We will add more controls (#76) for this in the future.

This is a breaking change: if you translate strings and comments in your code blocks, then you should run mdbook-i18n-normalize to migrate them automatically!