Releases: google/mdbook-i18n-helpers
mdbook-i18n-helpers version 0.3.5
mdbook-i18n-helpers version 0.3.4
This is a hotfix release to fix a bug introduced by 0.3.3
What's Changed
Full Changelog: mdbook-i18n-helpers-0.3.3...mdbook-i18n-helpers-0.3.4
mdbook-i18n-helpers version 0.3.3
What's Changed
- #107, #177: Support for translator comments by @dyoo
- #147: Performance optimization with caching
SyntaxSet
by @mgeisler - #143, #149, #162, #168, #179: Stability improvements to coverage
reports by @kdarkhan - #153, #157: Fix wrong codeblock indent count by @dalance
- #155:
fuzz
directory was made a part of the workspace by @kdarkhan - #156: Fix for duplicate sources in PO files by @zachcmadsen
- #193: Export
Gettext
preprocessor to enable the lib to be used in Rust
compiler docs by @dalance - #195: Improve grouping behavior of inline HTML by @michael-kerscher
Full Changelog: mdbook-i18n-helpers-0.3.2...mdbook-i18n-helpers-0.3.3
mdbook-i18n-helpers version 0.3.2
What's Changed
- #143: Implement coverage reports using codecov by @kdarkhan
- #145: Add support for rounding line numbers by @mgeisler
Full Changelog: mdbook-i18n-helpers-0.3.1...mdbook-i18n-helpers-0.3.2
mdbook-i18n-helpers version 0.3.1
mdbook-i18n-helpers 0.3.0
What's Changed
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!
- #111: Skip extracting whitespace-only messages.
- #109: Extract only string literals and comments from code blocks.
- #100: Allow formatting in the
SUMMARY.md
file. - #93: Wrap the source lines like
msgmerge
does.
Full Changelog: 0.2.4...mdbook-i18n-helpers-0.3.0
Version 0.2.4
What's Changed
- #87: Set POT-Creation-Date in newly generated POT files.
Full Changelog: 0.2.3...0.2.4
Version 0.2.3
What's Changed
- #69: Add support for skipping the next translation group.
- #75: Automatically ignore code blocks that don't have lit-strings or line comments.
Full Changelog: 0.2.2...0.2.3